diff --git a/resources/lib/videonodes.py b/resources/lib/videonodes.py index 9f2ab613..c19a68c0 100644 --- a/resources/lib/videonodes.py +++ b/resources/lib/videonodes.py @@ -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