mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 09:21:18 +02:00
Merge branch 'master' into pu/mp
This commit is contained in:
@@ -951,7 +951,7 @@ bool CMoviePlayerGui::selectLivestream(std::vector<livestream_info_t> &streamLis
|
||||
#endif
|
||||
|
||||
bool resIO = false;
|
||||
while (1) {
|
||||
while (!streamList.empty()) {
|
||||
size_t i;
|
||||
for (i = 0; i < streamList.size(); ++i) {
|
||||
_info = &(streamList[i]);
|
||||
|
Reference in New Issue
Block a user