Music: remove sync of artist fanart
This commit is contained in:
parent
da66c62f81
commit
bd8af8652e
2 changed files with 0 additions and 2 deletions
|
@ -201,7 +201,6 @@ class Artist(MusicMixin, ItemBase):
|
|||
self.kodidb.update_artist(api.list_to_string(api.genres()),
|
||||
api.plot(),
|
||||
thumb,
|
||||
fanart,
|
||||
timing.unix_date_to_kodi(self.last_sync),
|
||||
kodi_id)
|
||||
if app.SYNC.artwork:
|
||||
|
|
|
@ -562,7 +562,6 @@ class KodiMusicDB(common.KodiDBBase):
|
|||
SET strGenres = ?,
|
||||
strBiography = ?,
|
||||
strImage = ?,
|
||||
strFanart = ?,
|
||||
lastScraped = ?
|
||||
WHERE idArtist = ?
|
||||
''', (args))
|
||||
|
|
Loading…
Reference in a new issue