mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[PR #717] [MERGED] ci: fix ci failure #851
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#851
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/717
Author: @DOD-101
Created: 5/10/2025
Status: ✅ Merged
Merged: 5/10/2025
Merged by: @aome510
Base:
master← Head:fix-ci📝 Commits (1)
6114f79ci: fix ci failure📊 Changes
11 files changed (+68 additions, -68 deletions)
View changed files
📝
Cargo.lock(+0 -1)📝
spotify_player/Cargo.toml(+0 -1)📝
spotify_player/src/cli/client.rs(+17 -13)📝
spotify_player/src/client/mod.rs(+3 -3)📝
spotify_player/src/event/mod.rs(+1 -1)📝
spotify_player/src/event/page.rs(+34 -36)📝
spotify_player/src/event/popup.rs(+1 -1)📝
spotify_player/src/event/window.rs(+2 -2)📝
spotify_player/src/media_control.rs(+1 -1)📝
spotify_player/src/state/constant.rs(+6 -6)📝
spotify_player/src/state/data.rs(+3 -3)📄 Description
Minor changes to make CI pass.
This also removes the need for
once_celas a dependency. (At least a direct one)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.