Skip to content

Commit

Permalink
[BpSet] Fix Record Settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Ev0-BH committed Dec 27, 2023
1 parent d54eee1 commit c32257a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions lib/python/Screens/BpSet.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,8 @@ def KeyOk(self):
elif self.sel == 13:
self.session.open(Setup, "epgsettings")
elif self.sel == 14:
self.session.open(Setup, "recording")
elif self.sel == 15:
from Screens.RecordPaths import RecordPathsSettings
self.session.open(RecordPathsSettings)
from Screens.Recordings import RecordingSettings
self.session.open(RecordingSettings)
elif self.sel == 16:
self.session.open(Setup, "subtitlesetup")
elif self.sel == 17:
Expand Down

0 comments on commit c32257a

Please sign in to comment.