From fd17bd9c57c8199a8fcb06d9d08ffaf449a8c9b5 Mon Sep 17 00:00:00 2001 From: Jacek Jendrzej Date: Sun, 5 Nov 2017 21:31:53 +0100 Subject: [PATCH] disable file player mode for cst --- src/gui/movieplayer.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gui/movieplayer.cpp b/src/gui/movieplayer.cpp index 2562147f7..c05ef95d0 100644 --- a/src/gui/movieplayer.cpp +++ b/src/gui/movieplayer.cpp @@ -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());