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:
parent
91cb8d885c
commit
246becd9d8
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user