mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 15:58:31 +00:00
fixed display of channel separators
This commit is contained in:
@@ -388,7 +388,7 @@ void cDisplayMenuItemSchedulesView::SetTokens(void) {
|
||||
} else {
|
||||
stringTokens.insert(pair<string,string>("title", event->Title() ? ParseSeparator(event->Title()) : ""));
|
||||
}
|
||||
} else {
|
||||
} else if (!channel) {
|
||||
stringTokens.insert(pair<string,string>("title", dayseparator));
|
||||
}
|
||||
if (channel) {
|
||||
|
Reference in New Issue
Block a user