summaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
authorChristian Wieninger <cwieninger (at) gmx (dot) de>2008-01-15 19:10:46 +0100
committerChristian Wieninger <cwieninger (at) gmx (dot) de>2008-01-15 19:10:46 +0100
commit775641afd15fd7871cecfa0112e50b2889166327 (patch)
tree35e64791bb43ce8f46b6b5230cbedc3ac018f2d1 /pages
parent6765dec2da43418dba16da021a9adef392199a43 (diff)
parentc1b029ee77466aab34207d06dd2e7a475bbbb053 (diff)
downloadvdr-plugin-live-775641afd15fd7871cecfa0112e50b2889166327.tar.gz
vdr-plugin-live-775641afd15fd7871cecfa0112e50b2889166327.tar.bz2
Merge commit 'tadi/master'
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;