Fix liveboxplaytv empty channel list (#15404)

This commit is contained in:
Philipp Schmitt 2018-07-10 15:51:37 +02:00 committed by Martin Hjelmare
parent f32098abe4
commit fd568d77c7

View file

@ -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: