driver/record.cpp: try to not stop timeshift, if not needed

This commit is contained in:
[CST] Focus
2012-08-06 15:08:34 +04:00
parent 693ae8d9ff
commit e245f581ca
2 changed files with 11 additions and 4 deletions

View File

@@ -187,7 +187,7 @@ class CRecordManager : public CMenuTarget /*, public CChangeObserver*/
bool AskToStop(const t_channel_id channel_id, const int recid = 0);
int exec(CMenuTarget* parent, const std::string & actionKey);
bool StartAutoRecord();
bool StopAutoRecord();
bool StopAutoRecord(bool lock = true);
MI_MOVIE_INFO * GetMovieInfo(const t_channel_id channel_id);
const std::string GetFileName(const t_channel_id channel_id);