diff --git a/lib/rubyripper/fileScheme.rb b/lib/rubyripper/fileScheme.rb index afa0004..0aa7b82 100644 --- a/lib/rubyripper/fileScheme.rb +++ b/lib/rubyripper/fileScheme.rb @@ -163,11 +163,6 @@ def correctFilescheme() puts "This is automatically removed" end - if @fileScheme.include?('%a') && @md.various? - @fileScheme.gsub!('%a', '%va') - puts "Replacing '%a' with '%va': ripping a various artist disc in image mode" - end - if @fileScheme.include?('%t') @fileScheme.gsub!('%t', '') puts "Warning: '%t' in the filescheme for image rips makes no sense!"