implement Sources::Strategies::Null#artist_name

This commit is contained in:
Albert Yi
2018-08-29 14:05:44 -07:00
parent ab220f295c
commit eac5a57c0b

View File

@@ -13,6 +13,10 @@ module Sources
url
end
def artist_name
nil
end
def normalized_for_artist_finder?
true
end