Fix for not getting tv show additional fanart
This commit is contained in:
parent
0538a250a3
commit
073dea6745
1 changed files with 1 additions and 1 deletions
|
@ -997,7 +997,7 @@ class LibrarySync(Thread):
|
|||
# Save to queue for later processing
|
||||
typus = {'Movies': 'movie', 'TVShows': 'tvshow'}[itemType]
|
||||
for item in self.updatelist:
|
||||
if item['mediaType'] in ('movie', 'tvshow'):
|
||||
if item['mediaType'] in ('movie', 'show'):
|
||||
self.fanartqueue.put({
|
||||
'itemId': item['itemId'],
|
||||
'class': itemType,
|
||||
|
|
Loading…
Reference in a new issue