[Metadata][XBMC] Fix nfo data

Fixes #1412 and @Lennong MPAA section
This commit is contained in:
mano3m
2013-11-19 16:13:22 +01:00
parent eaf2974f8d
commit a466cbcf16

View File

@@ -65,7 +65,7 @@ class XBMC(MetaDataBase):
name = type
try:
if data['library'].get(type):
if movie_info.get(type):
el = SubElement(nfoxml, name)
el.text = toUnicode(movie_info.get(type, ''))
except: