summaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
Diffstat (limited to 'pages')
-rw-r--r--pages/whats_on.ecpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/pages/whats_on.ecpp b/pages/whats_on.ecpp
index 4a7948f..7744b4d 100644
--- a/pages/whats_on.ecpp
+++ b/pages/whats_on.ecpp
@@ -132,13 +132,13 @@ if (type == "now") {
if (!Event) {
continue;
}
-
+
EpgInfoPtr epgEvent = EpgEvents::CreateEpgInfo(Channel, Event);
eventList.push_back(epgEvent);
}
}
- }
- else // get favorite broadcasts from epgsearch
+ }
+ else // get favorite broadcasts from epgsearch
{
SearchResults results;
SearchTimers timers;