mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
src/gui/movieplayer.cpp try to fix livestreamInfo
Origin commit data
------------------
Commit: 2abdd1143e
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-01-13 (Fri, 13 Jan 2017)
This commit is contained in:
@@ -1082,9 +1082,9 @@ void CMoviePlayerGui::stopPlayBack(void)
|
||||
cond.broadcast();
|
||||
pthread_join(bgThread, NULL);
|
||||
bgThread = 0;
|
||||
livestreamInfo1.clear();
|
||||
livestreamInfo2.clear();
|
||||
}
|
||||
livestreamInfo1.clear();
|
||||
livestreamInfo2.clear();
|
||||
printf("%s: stopped\n", __func__);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user