mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
disable file player mode for cst
This commit is contained in:
@@ -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());
|
||||||
|
Reference in New Issue
Block a user