Skip to content

Commit

Permalink
Merge pull request #3758 from Dima73/pull3
Browse files Browse the repository at this point in the history
[InstantRecordings] show message in set record from channel list
  • Loading branch information
littlesat committed Aug 31, 2023
2 parents 76bb235 + 199c310 commit 3285a81
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 3285a81

Please sign in to comment.