Skip to content

Commit

Permalink
Update utils.py
Browse files Browse the repository at this point in the history
Bose discontinued INTERNET_RADIO and moved everything radio-related to a new source called "TUNEIN". The library can't properly control what's to be played without this addition.
  • Loading branch information
derfabianpeter committed Nov 26, 2018
1 parent 25163a7 commit 4c9b363
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libsoundtouch/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ class Source(Enum):
LOCAL_MUSIC = "LOCAL_MUSIC"
BLUETOOTH = "BLUETOOTH"
INVALID_SOURCE = "INVALID_SOURCE"
TUNEIN = "TUNEIN"


class Type(Enum):
Expand Down

0 comments on commit 4c9b363

Please sign in to comment.