mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
CRecordManager: use default timeout from settings
This commit is contained in:
@@ -1418,7 +1418,7 @@ int CRecordManager::exec(CMenuTarget* parent, const std::string & actionKey )
|
|||||||
inst->GetRecordString(title, duration);
|
inst->GetRecordString(title, duration);
|
||||||
title += duration;
|
title += duration;
|
||||||
tostart = (ShowMsg(LOCALE_RECORDING_IS_RUNNING, title.c_str(),
|
tostart = (ShowMsg(LOCALE_RECORDING_IS_RUNNING, title.c_str(),
|
||||||
CMsgBox::mbrYes, CMsgBox::mbYes | CMsgBox::mbNo, NULL, 450, 30) == CMsgBox::mbrYes);
|
CMsgBox::mbrYes, CMsgBox::mbYes | CMsgBox::mbNo, NULL, 450, DEFAULT_TIMEOUT) == CMsgBox::mbrYes);
|
||||||
}
|
}
|
||||||
if (tostart) {
|
if (tostart) {
|
||||||
CRecordManager::getInstance()->Record(live_channel_id);
|
CRecordManager::getInstance()->Record(live_channel_id);
|
||||||
|
Reference in New Issue
Block a user