implement Sources::Strategies::Null#artist_name
This commit is contained in:
@@ -13,6 +13,10 @@ module Sources
|
|||||||
url
|
url
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def artist_name
|
||||||
|
nil
|
||||||
|
end
|
||||||
|
|
||||||
def normalized_for_artist_finder?
|
def normalized_for_artist_finder?
|
||||||
true
|
true
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user