File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# Release Notes
22
3- ## 1.5.4 - 2019-08-20
3+ ## 1.5.5 - 2019-08-20
44* Sonos support
55
66## 1.4.22 - 2019-08-20
Original file line number Diff line number Diff line change 11module internal ReleaseNotes
22
3- let Version = " 1.5.4 "
3+ let Version = " 1.5.5 "
44
55let IsPrerelease = false
66
77let Notes = """
88# Release Notes
99
10- ## 1.5.4 - 2019-08-20
10+ ## 1.5.5 - 2019-08-20
1111* Sonos support
1212
1313## 1.4.22 - 2019-08-20
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ let createOrJoinSession (log:ILogger) accessToken group = task {
173173 let url = sprintf " https://api.ws.sonos.com/control/api/v1/groups/%s /playbackSession/joinOrCreate" group
174174 let body = """ {
175175 "appId": "com.Forkmann.AudioHub",
176- "appContext": "1a2b3c24b ",
176+ "appContext": "1a2b3c ",
177177 "customData": "playlistid:12345"
178178}"""
179179
You can’t perform that action at this time.
0 commit comments