Skip to content

Commit

Permalink
Fix #74
Browse files Browse the repository at this point in the history
  • Loading branch information
jaruba authored Jun 11, 2020
1 parent 10e8423 commit e23c03a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/samsungtv_tizen/media_player.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ def __init__(self, host, port, name, timeout, mac, uuid, update_method, update_c
self._source_list = json.loads(source_list)
self._running_app = None
if app_list is not None:
self._auto_gen_installed_app_list = False
dlist = self._split_app_list(json.loads(app_list), "/")
self._app_list = dlist["app"]
self._app_list_ST = dlist["appST"]
Expand Down

0 comments on commit e23c03a

Please sign in to comment.