mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-13 00:32:58 -07:00
Remove banners from exports
This commit is contained in:
parent
59fe34982e
commit
a668932ea8
1 changed files with 1 additions and 5 deletions
|
@ -420,8 +420,6 @@ class Export(object):
|
||||||
'audioLanguage': None,
|
'audioLanguage': None,
|
||||||
'autoDeletionItemPolicyUnwatchedLibrary': None,
|
'autoDeletionItemPolicyUnwatchedLibrary': None,
|
||||||
'autoDeletionItemPolicyWatchedLibrary': None,
|
'autoDeletionItemPolicyWatchedLibrary': None,
|
||||||
'banner': None,
|
|
||||||
'bannerFile': lambda o: self.get_image(o, 'banner'),
|
|
||||||
'childCount': None,
|
'childCount': None,
|
||||||
'collections': {
|
'collections': {
|
||||||
'id': None,
|
'id': None,
|
||||||
|
@ -1382,7 +1380,7 @@ class Export(object):
|
||||||
'fields.name', 'fields.locked', 'guids.id'
|
'fields.name', 'fields.locked', 'guids.id'
|
||||||
],
|
],
|
||||||
3: [
|
3: [
|
||||||
'art', 'thumb', 'banner', 'theme', 'key',
|
'art', 'thumb', 'theme', 'key',
|
||||||
'updatedAt', 'lastViewedAt', 'viewCount', 'lastRatedAt'
|
'updatedAt', 'lastViewedAt', 'viewCount', 'lastRatedAt'
|
||||||
],
|
],
|
||||||
9: self._get_all_metadata_attrs(_media_type)
|
9: self._get_all_metadata_attrs(_media_type)
|
||||||
|
@ -2258,8 +2256,6 @@ class Export(object):
|
||||||
image_url = item.thumbUrl
|
image_url = item.thumbUrl
|
||||||
elif image == 'art':
|
elif image == 'art':
|
||||||
image_url = item.artUrl
|
image_url = item.artUrl
|
||||||
elif image == 'banner':
|
|
||||||
image_url = item.bannerUrl
|
|
||||||
|
|
||||||
if not image_url:
|
if not image_url:
|
||||||
return
|
return
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue