Skip to content

Commit

Permalink
Merge pull request #399 from ramsayleung/ramsay_fix_type_error
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsayleung authored Apr 27, 2023
2 parents a90d688 + 513479f commit 03e87e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## 0.11.7 (Unreleased)

- ([#399](https://github.com/ramsayleung/rspotify/pull/399)) Add a new variant `Collectionyourepisodes` for `Type` enum.
- ([#375](https://github.com/ramsayleung/rspotify/pull/375)) We now use `chrono::Duration` in more places for consistency and usability: `start_uris_playback`, `start_context_playback`, `rspotify_model::Offset`, `resume_playback`, `seek_track`. Some of these fields have been renamed from `position_ms` to `position`.
- ((#356)[https://github.com/ramsayleung/rspotify/pull/356]) We now support custom authentication base URLs. `Config::prefix` has been renamed to `Config::api_base_url`, and we've introduced `Config::auth_base_url`.
- ([#384](https://github.com/ramsayleung/rspotify/pull/384)) Add STB alias for Stb device type, fix for `json parse error: unknown variant STB`.
Expand Down
1 change: 1 addition & 0 deletions rspotify-model/src/enums/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ pub enum Type {
Show,
Episode,
Collection,
Collectionyourepisodes, // rename to collectionyourepisodes
}

/// Additional typs: `track`, `episode`
Expand Down

0 comments on commit 03e87e3

Please sign in to comment.