mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 09:51:13 +02:00
movieplayer: use htmlEntityDecode with name in luaGetUrl
Origin commit data
------------------
Branch: ni/coolstream
Commit: 38583f20ba
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2019-08-02 (Fri, 02 Aug 2019)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
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