mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-13 21:56: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
|
# Update artwork
|
||||||
self.textureCache.addArtwork(artworks, albumid, "album", cursor)
|
self.textureCache.addArtwork(artworks, albumid, "album", cursor)
|
||||||
|
self.textureCache.addOrUpdateArt(API().getArtwork(MBitem, "Backdrop"), albumid, "album", "fanart", cursor)
|
||||||
|
|
||||||
# Link album to artists
|
# Link album to artists
|
||||||
if MBartists:
|
if MBartists:
|
||||||
|
|
Loading…
Reference in a new issue