Skip to content

Commit

Permalink
[InstantRecordings] show message in set record from channel list
Browse files Browse the repository at this point in the history
  • Loading branch information
Dima73 committed Aug 22, 2023
1 parent 2f26675 commit 199c310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/python/Screens/InfoBarGenerics.py
Original file line number Diff line number Diff line change
Expand Up @@ -2576,7 +2576,7 @@ def startInstantRecording(self, limitEvent=""):
event = info["event"]

if limitEvent in ("event", "manualendtime", "manualduration"):
if limitEvent in ("manualendtime", "manualduration"):
if limitEvent in ("manualendtime", "manualduration") or (hasattr(self, "SelectedInstantServiceRef") and self.SelectedInstantServiceRef):
message = _("Recording time has been set.")
if event:
end = info["end"]
Expand Down

0 comments on commit 199c310

Please sign in to comment.