1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-11-05 17:05:03 -05:00

Add plot info to mede8er series.xml

- Added plot info to mede8er series.xml metadata file.
This commit is contained in:
TagForce 2015-01-27 16:51:08 +01:00
parent 91cb8d885c
commit 246becd9d8

View File

@ -163,6 +163,9 @@ class Mede8erMetadata(mediabrowser.MediaBrowserMetadata):
year.text = year_text
except:
pass
plot = etree.SubElement(tv_node, "plot")
if getattr(myShow, 'overview', None) is not None:
plot.text = myShow["overview"]
if myShow['rating'] != None:
try: