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:
Jacek Jendrzej
2019-08-02 00:28:53 +02:00
committed by vanhofen
parent 9b95da0914
commit f116430845

View File

@@ -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);
}
}