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()),
|
self.kodidb.update_artist(api.list_to_string(api.genres()),
|
||||||
api.plot(),
|
api.plot(),
|
||||||
thumb,
|
thumb,
|
||||||
fanart,
|
|
||||||
timing.unix_date_to_kodi(self.last_sync),
|
timing.unix_date_to_kodi(self.last_sync),
|
||||||
kodi_id)
|
kodi_id)
|
||||||
if app.SYNC.artwork:
|
if app.SYNC.artwork:
|
||||||
|
|
|
@ -562,7 +562,6 @@ class KodiMusicDB(common.KodiDBBase):
|
||||||
SET strGenres = ?,
|
SET strGenres = ?,
|
||||||
strBiography = ?,
|
strBiography = ?,
|
||||||
strImage = ?,
|
strImage = ?,
|
||||||
strFanart = ?,
|
|
||||||
lastScraped = ?
|
lastScraped = ?
|
||||||
WHERE idArtist = ?
|
WHERE idArtist = ?
|
||||||
''', (args))
|
''', (args))
|
||||||
|
|
Loading…
Reference in a new issue