Fix PKC tv show node "all"
This commit is contained in:
parent
a5614b5d34
commit
ce30a3f03f
1 changed files with 1 additions and 1 deletions
|
@ -332,7 +332,7 @@ class VideoNodes(object):
|
||||||
label=label,
|
label=label,
|
||||||
tagname=tagname)
|
tagname=tagname)
|
||||||
# Set the content type
|
# Set the content type
|
||||||
if mediatype == 'tvshows':
|
if mediatype == 'tvshows' and nodetype != 'all':
|
||||||
etree.SubElement(root, 'content').text = 'episodes'
|
etree.SubElement(root, 'content').text = 'episodes'
|
||||||
else:
|
else:
|
||||||
etree.SubElement(root, 'content').text = mediatype
|
etree.SubElement(root, 'content').text = mediatype
|
||||||
|
|
Loading…
Reference in a new issue