File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 11# Release Notes
22
3- ## 1.5.5 - 2019-08-20
3+ ## 1.5.6 - 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.5 "
3+ let Version = " 1.5.6 "
44
55let IsPrerelease = false
66
77let Notes = """
88# Release Notes
99
10- ## 1.5.5 - 2019-08-20
10+ ## 1.5.6 - 2019-08-20
1111* Sonos support
1212
1313## 1.4.22 - 2019-08-20
Original file line number Diff line number Diff line change @@ -201,9 +201,10 @@ let playStream (log:ILogger) accessToken (session:Session) (tag:Tag) = task {
201201 }""" stream.[ 0 ] ( tag.Object + " - " + tag.Description) tag.Token
202202
203203
204- let! _result = post log url headers body
205- ()
206- | _ -> ()
204+ let! result = post log url headers body
205+ log.LogTrace( result)
206+ | _ ->
207+ log.LogError( sprintf " TagAction %A can't be played on Sonos" tag.Action)
207208}
208209
209210let previousFileEndpoint ( userID , token ) =
You can’t perform that action at this time.
0 commit comments