Fix PKC tv show node "all"

This commit is contained in:
croneter 2018-07-30 13:04:51 +02:00
parent a5614b5d34
commit ce30a3f03f

View file

@ -332,7 +332,7 @@ class VideoNodes(object):
label=label,
tagname=tagname)
# Set the content type
if mediatype == 'tvshows':
if mediatype == 'tvshows' and nodetype != 'all':
etree.SubElement(root, 'content').text = 'episodes'
else:
etree.SubElement(root, 'content').text = mediatype