mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
movieplayer: use htmlEntityDecode with name in luaGetUrl
Origin commit data
------------------
Commit: 38583f20ba
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2019-08-02 (Fri, 02 Aug 2019)
This commit is contained in:
@@ -986,6 +986,7 @@ bool CMoviePlayerGui::luaGetUrl(const std::string &script, const std::string &fi
|
||||
}
|
||||
}
|
||||
if (haveurl) {
|
||||
info.name = htmlEntityDecode(info.name);
|
||||
streamList.push_back(info);
|
||||
}
|
||||
haveurl = false;
|
||||
@@ -1013,6 +1014,7 @@ bool CMoviePlayerGui::luaGetUrl(const std::string &script, const std::string &fi
|
||||
}
|
||||
}
|
||||
if (haveurl) {
|
||||
info.name = htmlEntityDecode(info.name);
|
||||
streamList.push_back(info);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user