Navigation Menu

Skip to content

Commit

Permalink
disable file player mode for cst
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacek Jendrzej committed Nov 5, 2017
1 parent 58db5ee commit fd17bd9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gui/movieplayer.cpp
Expand Up @@ -460,7 +460,9 @@ int CMoviePlayerGui::exec(CMenuTarget * parent, const std::string & actionKey)
break;
}
do {
#if ! HAVE_COOL_HARDWARE
is_file_player = true;
#endif
PlayFile();
}
while (repeat_mode || filelist_it != filelist.end());
Expand Down

0 comments on commit fd17bd9

Please sign in to comment.