mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-12 11:02:21 -05:00
Merge pull request #1255 from TagForce/mede8tor_show_meta
Add plot info to mede8er series.xml
This commit is contained in:
commit
6bdffab6e6
@ -163,6 +163,9 @@ class Mede8erMetadata(mediabrowser.MediaBrowserMetadata):
|
|||||||
year.text = year_text
|
year.text = year_text
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
|
plot = etree.SubElement(tv_node, "plot")
|
||||||
|
if getattr(myShow, 'overview', None) is not None:
|
||||||
|
plot.text = myShow["overview"]
|
||||||
|
|
||||||
if myShow['rating'] != None:
|
if myShow['rating'] != None:
|
||||||
try:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user