mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-21 05:43:22 -07:00
Fix export accessible and exists for media info level 9
This commit is contained in:
parent
dd2f12fa8e
commit
56244245a4
1 changed files with 2 additions and 1 deletions
|
@ -1885,7 +1885,8 @@ class Export(object):
|
||||||
elif self.media_type == 'playlist' and 'item' in self._custom_fields:
|
elif self.media_type == 'playlist' and 'item' in self._custom_fields:
|
||||||
export_attrs_set.update(self._custom_fields['item'])
|
export_attrs_set.update(self._custom_fields['item'])
|
||||||
|
|
||||||
if 'media.parts.accessible' in export_attrs_set or 'media.parts.exists' in export_attrs_set:
|
if 'media.parts.accessible' in export_attrs_set or 'media.parts.exists' in export_attrs_set or \
|
||||||
|
self.media_info_level == 9:
|
||||||
self._reload_check_files = True
|
self._reload_check_files = True
|
||||||
|
|
||||||
for attr in export_attrs_set:
|
for attr in export_attrs_set:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue