mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 17:58:31 +02:00
fixed display of channel separators
This commit is contained in:
parent
dac7b9e092
commit
52e309d589
1
HISTORY
1
HISTORY
@ -347,4 +347,5 @@ Version 0.4.8
|
||||
|
||||
Version 0.5.0
|
||||
|
||||
- fixed display of channel separators
|
||||
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user