mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[PR #620] [MERGED] cleanup rspotify::model imports #1755
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#1755
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/620
Author: @aome510
Created: 11/30/2024
Status: ✅ Merged
Merged: 11/30/2024
Merged by: @aome510
Base:
master← Head:cleanup-imports📝 Commits (4)
6c1a5ccreplace rspotify_model with rspotify::modelbedc83dcleanup rspotify::model imports831e447Merge remote-tracking branch 'origin/master' into cleanup-imports538f5b7fix build📊 Changes
13 files changed (+200 additions, -195 deletions)
View changed files
📝
spotify_player/src/cli/client.rs(+13 -16)📝
spotify_player/src/client/handlers.rs(+2 -3)📝
spotify_player/src/client/mod.rs(+82 -68)📝
spotify_player/src/event/mod.rs(+16 -16)📝
spotify_player/src/event/popup.rs(+6 -6)📝
spotify_player/src/event/window.rs(+1 -1)📝
spotify_player/src/media_control.rs(+2 -3)📝
spotify_player/src/state/data.rs(+2 -2)📝
spotify_player/src/state/model.rs(+42 -44)📝
spotify_player/src/state/player.rs(+9 -11)📝
spotify_player/src/ui/mod.rs(+4 -4)📝
spotify_player/src/ui/page.rs(+7 -7)📝
spotify_player/src/ui/playback.rs(+14 -14)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.