mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 12:15:08 +02:00
Fix liveboxplaytv empty channel list (#15404)
This commit is contained in:
committed by
Martin Hjelmare
parent
f32098abe4
commit
fd568d77c7
@@ -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:
|
||||
|
Reference in New Issue
Block a user