Skip to content

Commit ed9135f

Browse files
authored
Merge pull request #3674 from pololoko111/patch-15
Add forceRestart parameter to callback on PIN entry
2 parents aa8102d + 408d548 commit ed9135f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/python/Components/ParentalControl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ def servicePinEntered(self, service, result=None):
174174
if result is not None and result:
175175
self.setSessionPinCached()
176176
self.hideBlacklist()
177-
self.callback(ref=service)
177+
self.callback(ref=service, forceRestart=True)
178178
else: # This is the new function of caching canceling of service PIN.
179179
if result is not None:
180180
messageText = _("The PIN code entered is incorrect!")

0 commit comments

Comments
 (0)