From: Jaroslav Kysela Date: Wed, 31 Oct 2018 07:38:50 +0000 (+0100) Subject: epg: play link - use temporary auth tickets again, fixes #5302 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=981ba4822d388c2331a5af8fa015bb3c2f917c4a;p=thirdparty%2Ftvheadend.git epg: play link - use temporary auth tickets again, fixes #5302 --- diff --git a/src/webui/static/app/epg.js b/src/webui/static/app/epg.js index 650ac9202..57a14aa88 100644 --- a/src/webui/static/app/epg.js +++ b/src/webui/static/app/epg.js @@ -396,7 +396,7 @@ tvheadend.epgDetails = function(grid, index) { var title = event.title; if (event.episodeOnscreen) title += ' / ' + event.episodeOnscreen; - window.open('play/stream/channel/' + event.channelUuid + + window.open('play/ticket/stream/channel/' + event.channelUuid + '?title=' + encodeURIComponent(title), '_blank'); }