Fix RuntimeError: maximum recursion depth exceeded
This commit is contained in:
parent
a9bed6a3f8
commit
9fd4a022a2
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ class MusicMixin(object):
|
||||||
'''
|
'''
|
||||||
Remove an artist and associated songs and albums
|
Remove an artist and associated songs and albums
|
||||||
'''
|
'''
|
||||||
self.remove_artist(kodi_id)
|
self.kodidb.remove_artist(kodi_id)
|
||||||
self.kodidb.delete_artwork(kodi_id, v.KODI_TYPE_ARTIST)
|
self.kodidb.delete_artwork(kodi_id, v.KODI_TYPE_ARTIST)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue