summaryrefslogtreecommitdiff
path: root/pages/searchresults.ecpp
diff options
context:
space:
mode:
Diffstat (limited to 'pages/searchresults.ecpp')
-rw-r--r--pages/searchresults.ecpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/searchresults.ecpp b/pages/searchresults.ecpp
index 63226d5..dda0d12 100644
--- a/pages/searchresults.ecpp
+++ b/pages/searchresults.ecpp
@@ -69,7 +69,7 @@ bool logged_in(false);
tEventID event = result->EventId();
tChannelID channel_id(result->Channel());
string description = result->Description();
- string epgDomId(EpgEvents::GetDomId(result->Channel(), event));
+ string epgDomId(EpgEvents::EncodeDomId(result->Channel(), event));
bool truncated = false;