mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +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
Origin commit data
------------------
Branch: ni/coolstream
Commit: 5f5983727c
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-01-29 (Sun, 29 Jan 2023)
Origin message was:
------------------
- 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 was generated by Migit
This commit is contained in:
@@ -1663,7 +1663,7 @@ bool CRecordManager::ShowMenu(void)
|
||||
if (inst->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
|
||||
neutrino_msg_t rc_key = CRCInput::convertDigitToKey(shortcut++);
|
||||
const char * btn_icon = NEUTRINO_ICON_BUTTON_OKAY;
|
||||
|
Reference in New Issue
Block a user