From f1015ab8470810fcd7049a99e359fe43f3a76ed6 Mon Sep 17 00:00:00 2001 From: tomkat83 Date: Tue, 19 Apr 2016 16:38:53 +0200 Subject: [PATCH] Fix Movie Info showing instead of Episode Info --- resources/lib/itemtypes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lib/itemtypes.py b/resources/lib/itemtypes.py index 9a3bcf8a..c6432294 100644 --- a/resources/lib/itemtypes.py +++ b/resources/lib/itemtypes.py @@ -1320,7 +1320,7 @@ class TVShows(Items): path = playurl.replace(filename, "") if doIndirect: # Set plugin path and media flags using real filename - path = "plugin://plugin.video.plexkodiconnect.movies/" + path = "plugin://plugin.video.plexkodiconnect.tvshows/" params = { 'filename': API.getKey().encode('utf-8'), 'id': itemid,