mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[PR #242] [MERGED] Make it possible to enable streaming only in daemon mode #1621
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#1621
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/242
Author: @Schnouki
Created: 8/31/2023
Status: ✅ Merged
Merged: 9/2/2023
Merged by: @aome510
Base:
master← Head:streaming-daemon-only📝 Commits (2)
226c2fdMake it possible to enable streaming only in daemon mode41bf9b7Ensure boolean values are still accepted for enable_streaming📊 Changes
4 files changed (+45 additions, -6 deletions)
View changed files
📝
docs/config.md(+3 -2)📝
examples/app.toml(+1 -1)📝
spotify_player/src/config/mod.rs(+38 -2)📝
spotify_player/src/main.rs(+3 -1)📄 Description
Make
enable_streamingan enum with aDaemonOnlyoption. To keep backward compatibility,trueandfalseare still accepted too.Fixes #238.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.