mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[PR #169] [MERGED] Add configuration option for streaming #649
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#649
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/169
Author: @jesyspa
Created: 3/25/2023
Status: ✅ Merged
Merged: 3/26/2023
Merged by: @aome510
Base:
master← Head:streaming-in-config📝 Commits (1)
915ae0aAdd configuration option for streaming📊 Changes
4 files changed (+14 additions, -4 deletions)
View changed files
📝
docs/config.md(+1 -0)📝
examples/app.toml(+1 -0)📝
spotify_player/src/config/mod.rs(+6 -0)📝
spotify_player/src/main.rs(+6 -4)📄 Description
Allow streaming to be disabled via app.conf using
enable_streamingwhen thestreamingfeature is used.I wasn't sure whether
enable_streamingordisable_streamingmade more sense, I don't have a strong preference so just did the same asenable_media_control.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.