mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-17 13:46:14 +00:00
Add season fanart
This commit is contained in:
parent
5dd607f6d2
commit
021261617e
2 changed files with 7 additions and 1 deletions
|
@ -783,6 +783,9 @@ class WriteKodiVideoDB():
|
|||
|
||||
imageUrl = API().getArtwork(season, "Banner", mediaType = "season")
|
||||
self.addOrUpdateArt(imageUrl, seasonid, "season", "banner", cursor)
|
||||
|
||||
imageUrl = API().getArtwork(season, "Backdrop", mediaType = "season")
|
||||
self.addOrUpdateArt(imageUrl, seasonid, "season", "fanart", cursor)
|
||||
|
||||
# All season entry
|
||||
MBitem = ReadEmbyDB().getFullItem(embyTvShowId)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue