Fix context menu not working for shows in library view
This commit is contained in:
parent
4a948c1639
commit
2191f59092
1 changed files with 1 additions and 1 deletions
|
@ -852,7 +852,7 @@ class TVShows(Items):
|
|||
# Set plugin path - do NOT use "intermediate" paths for the show
|
||||
# as with direct paths!
|
||||
filename = api.file_name(force_first_media=True)
|
||||
path = 'plugin://%s.tvshows/' % v.ADDON_ID
|
||||
path = 'plugin://%s.tvshows/%s/' % (v.ADDON_ID, series_id)
|
||||
filename = ('%s?plex_id=%s&plex_type=%s&mode=play&filename=%s'
|
||||
% (path, itemid, v.PLEX_TYPE_EPISODE, filename))
|
||||
playurl = filename
|
||||
|
|
Loading…
Reference in a new issue