←  [EN] Enduser support

Forums

»

[Xtrend][ET-9000] PiP - PiP-Zap Focus with...

's foto Pr2 29 okt 2013

Hi,

 

In PiP with  PiP Zap focus enabled, zapping to a parental protected channel doesn't work the very first time after entering the correct PIN code.

 

Step to reproduce:

 

- Enable the parental lock and create a PIN Code (I set valid 'unlock' 1 hour (I don't know if this is important or not)).

- Protect a full userbouquet

- Watch TV

- Press the blue button and enable PiP

- Press the blue button and press the PiP Zap focus (red one if I am rigth)

- Try to zap to a protected TV channel, it will prompt for the PIN Code

- Enter the PIN Code

- It is accepted but no zap to the channel.

- I need to call back the service selection windows and zap again to the previously locked channel then it zap

 

Pr2

P.S.: tested on Openpli 4

Citeren

's foto littlesat 29 okt 2013

Probably line 1542 in Screens/ChannelSelection.py...

 

-if not checkParentalControl or Components.ParentalControl.parentalControl.isServicePlayable(nref, boundFunction(self.zap, checkParentalControl = False)):

+if not checkParentalControl or Components.ParentalControl.parentalControl.isServicePlayable(nref, boundFunction(self.zap, enable_pipzap = True, checkParentalControl = False)):

Citeren