movieplayer dont chache last realurl for lua script

This commit is contained in:
Jacek Jendrzej
2017-01-26 11:55:06 +01:00
parent 4cfff44e29
commit e111bf7418
4 changed files with 9 additions and 17 deletions

View File

@@ -2095,7 +2095,7 @@ bool CStreamRec::Open(CZapitChannel * channel)
return false;
std::string pretty_name,headers;
if (!CMoviePlayerGui::getInstance(true).getLiveUrl(channel->getChannelID(), channel->getUrl(), channel->getScriptName(), url, pretty_name, recMovieInfo->epgInfo1, recMovieInfo->epgInfo2,headers)) {
if (!CMoviePlayerGui::getInstance(true).getLiveUrl(channel->getUrl(), channel->getScriptName(), url, pretty_name, recMovieInfo->epgInfo1, recMovieInfo->epgInfo2,headers)) {
printf("%s: getLiveUrl() [%s] failed!\n", __FUNCTION__, url.c_str());
return false;
}