File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
14
14
### Changed
15
15
16
- - [ playback] Changed type of ` SpotifyId ` fields in ` PlayerEvent ` members to ` SpotifyUri ` (breaking)
17
16
- [ metadata] Changed arguments for ` Metadata ` trait from ` &SpotifyId ` to ` &SpotifyUri ` (breaking)
18
- - [ player] ` load ` function changed from accepting a ` SpotifyId ` to accepting a ` SpotifyUri ` (breaking)
19
- - [ player] ` preload ` function changed from accepting a ` SpotifyId ` to accepting a ` SpotifyUri ` (breaking)
20
- - [ spclient] ` get_radio_for_track ` function changed from accepting a ` SpotifyId ` to accepting a ` SpotifyUri ` (breaking)
17
+ - [ playback] Changed type of ` SpotifyId ` fields in ` PlayerEvent ` members to ` SpotifyUri ` (breaking)
18
+ - [ playback] ` load ` function changed from accepting a ` SpotifyId ` to accepting a ` SpotifyUri ` (breaking)
19
+ - [ playback] ` preload ` function changed from accepting a ` SpotifyId ` to accepting a ` SpotifyUri ` (breaking)
20
+ - [ core] ` get_radio_for_track ` function changed from accepting a ` SpotifyId ` to accepting a ` SpotifyUri ` (breaking)
21
+
22
+ ### Fixed
21
23
24
+ - [ connect] Fixed failed transferring with transfer data that had an empty context uri and no tracks
22
25
23
26
### Removed
24
27
You can’t perform that action at this time.
0 commit comments