artists: factor out artist finder to separate module.
This commit is contained in:
@@ -178,7 +178,7 @@ module Sources
|
||||
end
|
||||
|
||||
def artists
|
||||
Artist.find_artists(normalize_for_artist_finder.to_s)
|
||||
ArtistFinder.find_artists(normalize_for_artist_finder.to_s)
|
||||
end
|
||||
|
||||
# A new artist entry with suggested defaults for when the artist doesn't
|
||||
|
||||
Reference in New Issue
Block a user