mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[PR #91] [MERGED] Update dependencies #621
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#621
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/aome510/spotify-player/pull/91
Author: @aome510
Created: 12/20/2022
Status: ✅ Merged
Merged: 12/20/2022
Merged by: @aome510
Base:
master← Head:update-deps📝 Commits (7)
72147d4bump dependencies' version876d33cupdate usage ofrspotifyID structs inclient::mod.rs860c952updateclients::mutextosyncc9dab35use'staticlifetime for ID-based fields in structs2388b74handle constructing static ID fields in Spotify-related structs3db4dcfmisc changes/updates031db33add handle code forMediaControls::SetPositionevent📊 Changes
16 files changed (+689 additions, -419 deletions)
View changed files
📝
Cargo.lock(+525 -281)📝
spotify_player/Cargo.toml(+18 -18)📝
spotify_player/src/auth.rs(+1 -1)📝
spotify_player/src/client/mod.rs(+78 -73)📝
spotify_player/src/client/spotify.rs(+3 -2)📝
spotify_player/src/event/mod.rs(+3 -3)📝
spotify_player/src/event/page.rs(+3 -3)📝
spotify_player/src/event/popup.rs(+12 -6)📝
spotify_player/src/event/window.rs(+11 -4)📝
spotify_player/src/main.rs(+3 -3)📝
spotify_player/src/media_control.rs(+7 -0)📝
spotify_player/src/state/mod.rs(+1 -1)📝
spotify_player/src/state/model.rs(+13 -13)📝
spotify_player/src/state/player.rs(+9 -9)📝
spotify_player/src/state/ui/popup.rs(+1 -1)📝
spotify_player/src/ui/playback.rs(+1 -1)📄 Description
Changes
rspotify'sidtypesstructsclap's APIsSetPosition(seek) media control event🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.