mirror of
https://github.com/cooperhammond/irs.git
synced 2025-11-04 18:24:47 +00:00
Mispelling of parse_artist in ripper.py for -a + -A
This commit is contained in:
parent
cca726a1bf
commit
ce0d815d4c
|
|
@ -216,7 +216,7 @@ with init, or in method arguments.")
|
|||
if ObjManip.blank_include(list_["name"], title):
|
||||
if Config.parse_artist(self):
|
||||
if ObjManip.blank_include(list_["artists"][0]["name"],
|
||||
ObjManip.arse_artist(self)):
|
||||
Config.parse_artist(self)):
|
||||
the_list = self.spotify.album(list_["uri"])
|
||||
break
|
||||
else:
|
||||
|
|
|
|||
Loading…
Reference in a new issue