Fix liveboxplaytv empty channel list (#15404)
This commit is contained in:
parent
f32098abe4
commit
fd568d77c7
1 changed files with 2 additions and 0 deletions
|
@ -88,6 +88,8 @@ class LiveboxPlayTvDevice(MediaPlayerDevice):
|
|||
import pyteleloisirs
|
||||
try:
|
||||
self._state = self.refresh_state()
|
||||
# Update channel list
|
||||
self.refresh_channel_list()
|
||||
# Update current channel
|
||||
channel = self._client.channel
|
||||
if channel is not None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue