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:
Jacek Jendrzej
2019-08-02 00:28:53 +02:00
committed by vanhofen
parent 888ca079c4
commit b7bb2bfdea

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