mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 17:58:31 +02:00
Update timerliste in main menu
The display of the instant timers has been corrected in the main menu so that they are displayed as in the timer list.
This commit is contained in:
parent
596c86c780
commit
a7fc762b3d
@ -391,7 +391,8 @@ bool cVeDmTimers::Parse(bool forced) {
|
||||
tokenContainer->AddLoopToken(timerIndex, i, (int)eDMTimersLT::isremotetimer, globalTimers.IsRemoteTimer(i) ? "1" : "0");
|
||||
tokenContainer->AddLoopToken(timerIndex, i, (int)eDMTimersLT::remotehost, globalTimers.RemoteHost(i));
|
||||
const cEvent *event = Timer->Event();
|
||||
if (event) {
|
||||
const char *fileName = Timer->File();
|
||||
if (event && fileName && !(*fileName == '@')) {
|
||||
tokenContainer->AddLoopToken(timerIndex, i, (int)eDMTimersLT::title, event->Title());
|
||||
} else {
|
||||
const char *File = Setup.FoldersInTimerMenu ? NULL : strrchr(Timer->File(), FOLDERDELIMCHAR);
|
||||
|
Loading…
Reference in New Issue
Block a user