mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
movieplayer: use htmlEntityDecode with name in luaGetUrl
This commit is contained in:
@@ -986,6 +986,7 @@ bool CMoviePlayerGui::luaGetUrl(const std::string &script, const std::string &fi
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (haveurl) {
|
if (haveurl) {
|
||||||
|
info.name = htmlEntityDecode(info.name);
|
||||||
streamList.push_back(info);
|
streamList.push_back(info);
|
||||||
}
|
}
|
||||||
haveurl = false;
|
haveurl = false;
|
||||||
@@ -1013,6 +1014,7 @@ bool CMoviePlayerGui::luaGetUrl(const std::string &script, const std::string &fi
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (haveurl) {
|
if (haveurl) {
|
||||||
|
info.name = htmlEntityDecode(info.name);
|
||||||
streamList.push_back(info);
|
streamList.push_back(info);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user