disable file player mode for cst

This commit is contained in:
Jacek Jendrzej
2017-11-05 21:31:53 +01:00
parent 58db5ee331
commit fd17bd9c57

View File

@@ -460,7 +460,9 @@ int CMoviePlayerGui::exec(CMenuTarget * parent, const std::string & actionKey)
break; break;
} }
do { do {
#if ! HAVE_COOL_HARDWARE
is_file_player = true; is_file_player = true;
#endif
PlayFile(); PlayFile();
} }
while (repeat_mode || filelist_it != filelist.end()); while (repeat_mode || filelist_it != filelist.end());