mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
- record: fix stop timeshift recordings; thx to jokel
see https://www.neutrino-images.de/board/neutrino-allgemein-f4/allgemeine-probleme-und-antworten-t5364-s380.html#p38615
This commit is contained in:
@@ -1576,7 +1576,7 @@ bool CRecordManager::ShowMenu(void)
|
|||||||
if (inst->Timeshift())
|
if (inst->Timeshift())
|
||||||
mode_icon = NEUTRINO_ICON_MARKER_TIMESHIFT;
|
mode_icon = NEUTRINO_ICON_MARKER_TIMESHIFT;
|
||||||
|
|
||||||
snprintf(cnt, sizeof(cnt), "%c", i);
|
snprintf(cnt, sizeof(cnt), "%d", i);
|
||||||
//define stop key if only one record is running, otherwise define shortcuts
|
//define stop key if only one record is running, otherwise define shortcuts
|
||||||
neutrino_msg_t rc_key = CRCInput::convertDigitToKey(shortcut++);
|
neutrino_msg_t rc_key = CRCInput::convertDigitToKey(shortcut++);
|
||||||
const char * btn_icon = NEUTRINO_ICON_BUTTON_OKAY;
|
const char * btn_icon = NEUTRINO_ICON_BUTTON_OKAY;
|
||||||
|
Reference in New Issue
Block a user