Remove artist commentary handling from download rewrite strategies.

This commit is contained in:
evazion
2017-05-01 21:20:49 -05:00
parent b49641f775
commit b2f62482a1
11 changed files with 7 additions and 50 deletions

View File

@@ -509,10 +509,6 @@ class Upload < ActiveRecord::Base
:original_description => artist_commentary_desc
)
end
def has_artist_commentary?
artist_commentary_desc.present?
end
end
include ConversionMethods