Temporary fix for info pages with missing metadata

* Will be fixed properly in v2
This commit is contained in:
JonnyWong16 2016-10-13 20:42:11 -07:00
parent 86a9230da8
commit 4e043109bf
2 changed files with 2 additions and 3 deletions

View file

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