mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Temporary fix for info pages with missing metadata
* Will be fixed properly in v2
This commit is contained in:
parent
86a9230da8
commit
4e043109bf
2 changed files with 2 additions and 3 deletions
|
@ -564,7 +564,6 @@ class PmsConnect(object):
|
|||
for a in xml_head:
|
||||
if a.getAttribute('size'):
|
||||
if a.getAttribute('size') != '1':
|
||||
metadata_list = {'metadata': None}
|
||||
return metadata_list
|
||||
|
||||
if a.getElementsByTagName('Directory'):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue