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:
Jacek Jendrzej
2017-11-05 21:31:53 +01:00
parent a076cad74f
commit aaa0db622a

View File

@@ -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());