mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
gui/movieplayer: compare timeshift to TSHIFT_MODE_*
Origin commit data
------------------
Branch: ni/coolstream
Commit: 61f19b0eed
Author: martii <m4rtii@gmx.de>
Date: 2014-04-21 (Mon, 21 Apr 2014)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -511,8 +511,8 @@ void CMoviePlayerGui::PlayFile(void)
|
||||
|
||||
MI_MOVIE_INFO mi;
|
||||
|
||||
if(p_movie_info) {
|
||||
if(timeshift){
|
||||
if (p_movie_info) {
|
||||
if (timeshift != TSHIFT_MODE_OFF) {
|
||||
// p_movie_info may be invalidated by CRecordManager while we're still using it. Create and use a copy.
|
||||
mi = *p_movie_info;
|
||||
p_movie_info = &mi;
|
||||
|
Reference in New Issue
Block a user