Commit cbe67c6
authored
# Summary
Makes the default `Continue` startup behavior passive so launching
spotatui no longer
transfers playback to the native Spotatui Connect device. Device
transfer, shuffle, and
playback start now only run for `Play` startup behavior, with focused
tests covering
the startup device decision paths.
Fixes #254
# Testing
- `cargo fmt --all`
- `cargo test --no-default-features --features telemetry runtime::tests`
- 9 passed; 0 failed
- `cargo clippy --no-default-features --features telemetry -- -D
warnings`
- `cargo test --no-default-features --features telemetry`
- 182 passed; 0 failed
# Additional notes
No screenshots needed; this is startup/runtime behavior only.
2 files changed
Lines changed: 331 additions & 45 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
0 commit comments