mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Fix for missing fanart for albums
Re-added old method for fanart specifically.
This commit is contained in:
parent
5a2b8b7cfd
commit
b7cf3bc15a
1 changed files with 1 additions and 0 deletions
|
@ -222,6 +222,7 @@ class WriteKodiMusicDB():
|
|||
|
||||
# Update artwork
|
||||
self.textureCache.addArtwork(artworks, albumid, "album", cursor)
|
||||
self.textureCache.addOrUpdateArt(API().getArtwork(MBitem, "Backdrop"), albumid, "album", "fanart", cursor)
|
||||
|
||||
# Link album to artists
|
||||
if MBartists:
|
||||
|
|
Loading…
Reference in a new issue