Skip to content

Commit

Permalink
[EpgSelectionSimilar] add skin name
Browse files Browse the repository at this point in the history
  • Loading branch information
Huevos committed Nov 27, 2021
1 parent c74bfa9 commit 1ef04e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/python/Screens/EpgSelectionSimilar.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class EPGSelectionSimilar(EPGSelectionBase, EPGStandardButtons):
def __init__(self, session, service, eventId):
EPGSelectionBase.__init__(self, session, config.epgselection.single)

self.skinName = ["SingleEPG", "EPGSelection"]
self.skinName = ["EPGSelectionSimilar", "SingleEPG", "EPGSelection"]
self.currentService = service
self.eventId = eventId

Expand Down

0 comments on commit 1ef04e4

Please sign in to comment.