mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[PR #44] [MERGED] Media control follow-up improvements #597
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#597
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/44
Author: @aome510
Created: 5/28/2022
Status: ✅ Merged
Merged: 5/30/2022
Merged by: @aome510
Base:
master← Head:media-control-improvement📝 Commits (10+)
e21cec5addenable_media_controlconfig option3c5613erenameReconnectIntegratedClienttoRestartIntegratedClientf209b22correctly set platform configd155519addmap_joinutil function0c69f44only update metadata if track is changedff144f5only update media playback if changed for linuxd1af145fix compile error for linux targetf57bb2dfix clippy for linux target1ba4cb9update CI: add multiple OSes2507ce9update CI linux deps📊 Changes
14 files changed (+167 additions, -104 deletions)
View changed files
📝
.github/workflows/ci.yml(+9 -4)📝
Cargo.lock(+2 -2)📝
README.md(+46 -24)📝
doc/config.md(+21 -12)📝
examples/app.toml(+1 -0)📝
spotify_player/Cargo.toml(+1 -1)📝
spotify_player/src/command.rs(+2 -2)📝
spotify_player/src/config/keymap.rs(+1 -1)📝
spotify_player/src/config/mod.rs(+13 -0)📝
spotify_player/src/event/mod.rs(+3 -13)📝
spotify_player/src/main.rs(+1 -1)📝
spotify_player/src/media_control.rs(+52 -34)📝
spotify_player/src/state/model.rs(+2 -10)📝
spotify_player/src/utils.rs(+13 -0)📄 Description
Changes
enable_media_controlconfig optionmedia-controlfeatureBreaking changes
ReconnectIntegratedClienttoRestartIntegratedClient🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.