diff --git a/src/gui/movieplayer.cpp b/src/gui/movieplayer.cpp index e525c1dee..993eae339 100644 --- a/src/gui/movieplayer.cpp +++ b/src/gui/movieplayer.cpp @@ -1207,12 +1207,6 @@ bool CMoviePlayerGui::getLiveUrl(const std::string &url, const std::string &scri return true; } - //saved tvg-id for epg - if (script[0] == '#') { - realUrl = url; - return true; - } - std::string _script = script; if (_script.find("/") == std::string::npos)