Music: remove sync of artist fanart

This commit is contained in:
croneter 2020-12-20 14:46:36 +01:00
parent da66c62f81
commit bd8af8652e
2 changed files with 0 additions and 2 deletions

View file

@ -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:

View file

@ -562,7 +562,6 @@ class KodiMusicDB(common.KodiDBBase):
SET strGenres = ?,
strBiography = ?,
strImage = ?,
strFanart = ?,
lastScraped = ?
WHERE idArtist = ?
''', (args))