fixed display of channel separators

This commit is contained in:
louis
2015-05-31 06:41:40 +02:00
parent dac7b9e092
commit 52e309d589
2 changed files with 2 additions and 1 deletions

View File

@@ -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) {