Add season fanart

This commit is contained in:
angelblue05 2015-08-04 04:45:26 -05:00
parent 5dd607f6d2
commit 021261617e
2 changed files with 7 additions and 1 deletions

View file

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