fix: resume playback on non-empty queue regardless of transport state

Removes the strict `transport_state` condition and now triggers `api.resume(id)` solely based on a non-empty queue. This improves resilience against transient or unknown device states, such as post-sleep-timer or network errors, where transport state strings may mismatch expected values but playback should still proceed.
This commit is contained in:
2026-06-07 15:10:54 +02:00
parent 7bce0ffe19
commit 46e269a290
3 changed files with 7 additions and 7 deletions

View File

@@ -1 +1 @@
0.3.49
0.3.50