mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
avoid segfault with saved tvg-id
Origin commit data
------------------
Branch: ni/coolstream
Commit: b14124bf26
Author: TangoCash <eric@loxat.de>
Date: 2018-08-19 (Sun, 19 Aug 2018)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1102,6 +1102,13 @@ bool CMoviePlayerGui::getLiveUrl(const std::string &url, const std::string &scri
|
||||
realUrl = url;
|
||||
return true;
|
||||
}
|
||||
|
||||
//saved tvg-id for epg
|
||||
if (script[0] == '#') {
|
||||
realUrl = url;
|
||||
return true;
|
||||
}
|
||||
|
||||
std::string _script = script;
|
||||
|
||||
if (_script.find("/") == std::string::npos)
|
||||
|
Reference in New Issue
Block a user