mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
gui/movieplayer.cpp clear cookie_header before call lua script
This commit is contained in:
@@ -964,6 +964,7 @@ bool CMoviePlayerGui::PlayBackgroundStart(const std::string &file, const std::st
|
|||||||
|
|
||||||
std::string realUrl = file;
|
std::string realUrl = file;
|
||||||
std::string _pretty_name = name;
|
std::string _pretty_name = name;
|
||||||
|
cookie_header.clear();
|
||||||
if (!getLiveUrl(chan, file, script, realUrl, _pretty_name, livestreamInfo1, livestreamInfo2, cookie_header)) {
|
if (!getLiveUrl(chan, file, script, realUrl, _pretty_name, livestreamInfo1, livestreamInfo2, cookie_header)) {
|
||||||
/* FIXME: lua->runScript calling channelRezap, which makes neutrino to loop at start,
|
/* FIXME: lua->runScript calling channelRezap, which makes neutrino to loop at start,
|
||||||
let playback start -> drop messages in ShowStartHint */
|
let playback start -> drop messages in ShowStartHint */
|
||||||
|
Reference in New Issue
Block a user