mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[PR #45] [MERGED] Improve device connect logic on startup #1533
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#1533
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/45
Author: @aome510
Created: 5/31/2022
Status: ✅ Merged
Merged: 5/31/2022
Merged by: @aome510
Base:
master← Head:add-default-device📝 Commits (3)
ccff457improve the logic to connect an available device on startup6660bbdupdate documentfb6f48fupdate link, example config file📊 Changes
6 files changed (+64 additions, -32 deletions)
View changed files
📝
README.md(+1 -1)📝
doc/config.md(+13 -12)📝
examples/app.toml(+1 -0)📝
spotify_player/src/client/mod.rs(+26 -15)📝
spotify_player/src/config/mod.rs(+4 -0)📝
spotify_player/src/main.rs(+19 -4)📄 Description
Changes
default_devicegeneral config option representing the preferred device to connect to on startup if no playing device found🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.