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,