From ce30a3f03f0a15ac850569e444188f8190564c72 Mon Sep 17 00:00:00 2001 From: croneter Date: Mon, 30 Jul 2018 13:04:51 +0200 Subject: [PATCH] Fix PKC tv show node "all" --- resources/lib/videonodes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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