mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 12:45:28 +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
|
import pyteleloisirs
|
||||||
try:
|
try:
|
||||||
self._state = self.refresh_state()
|
self._state = self.refresh_state()
|
||||||
|
# Update channel list
|
||||||
|
self.refresh_channel_list()
|
||||||
# Update current channel
|
# Update current channel
|
||||||
channel = self._client.channel
|
channel = self._client.channel
|
||||||
if channel is not None:
|
if channel is not None:
|
||||||
|
Reference in New Issue
Block a user