mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-10 07:08:28 +02:00
disable file player mode for cst
Origin commit data
------------------
Branch: ni/coolstream
Commit: fd17bd9c57
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-11-05 (Sun, 05 Nov 2017)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
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