mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
fix webtv script path
Origin commit data
------------------
Branch: ni/coolstream
Commit: c88120cc03
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-11-23 (Thu, 23 Nov 2017)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1108,7 +1108,6 @@ bool CMoviePlayerGui::getLiveUrl(const std::string &url, const std::string &scri
|
||||
}
|
||||
std::string _script = script;
|
||||
|
||||
#if 0
|
||||
if (_script.find("/") == std::string::npos)
|
||||
{
|
||||
std::string _s = g_settings.livestreamScriptPath + "/" + _script;
|
||||
@@ -1125,7 +1124,6 @@ bool CMoviePlayerGui::getLiveUrl(const std::string &url, const std::string &scri
|
||||
}
|
||||
_script = _s;
|
||||
}
|
||||
#endif
|
||||
size_t pos = _script.find(".lua");
|
||||
if (!file_exists(_script.c_str()) || (pos == std::string::npos) || (_script.length()-pos != 4)) {
|
||||
printf(">>>>> [%s:%s:%d] script error\n", __file__, __func__, __LINE__);
|
||||
|
Reference in New Issue
Block a user