Skip to content

Commit

Permalink
[epgsearch] sanity check service
Browse files Browse the repository at this point in the history
  • Loading branch information
Dima73 authored and WanWizard committed Jan 6, 2025
1 parent 2f5a915 commit 7af64d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion epgsearch/src/EPGSearch.py
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ def hide_filter(self):

def onSelectionChanged(self):
cur = self["list"].getCurrent()
self["Service"].newService(cur and cur[1] or None)
self["Service"].newService(cur and eServiceReference(str(cur[1])) or None)
self["Event"].newEvent(cur and cur[0] or None)
EPGSelection.onSelectionChanged(self)
if PartnerBoxZapRepIcons:
Expand Down

0 comments on commit 7af64d9

Please sign in to comment.