mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 17:35:50 +03:00
[GH-ISSUE #259] [Windows]: Media control not working #133
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#133
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?
Originally created by @rashil2000 on GitHub (Sep 29, 2023).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/259
Describe the bug
The media control keys on my keyboard seem to do nothing.
To Reproduce
Config file:
Expected behavior
I expect the play/pause keys to work.
Log
Backtrace
Environment
@rashil2000 commented on GitHub (Sep 29, 2023):
I have located the source of the problem:
github.com/aome510/spotify-player@bac9abb672/spotify_player/src/media_control.rs (L60)This variable needs to be populated on Windows. I'm working on a fix, will send a PR in some time.