🚀 v0.3.32 — Add NoMedia handling & debug logging for Chromecast auto-advance

- Bump version to v0.3.32 (Cargo.toml, Cargo.lock &version.txt)
- Add detailed debug logging in ChromecastRenderer::playback_state()– tracks apps, media entries & player state
- Implement proper handling of PlaybackState::NoMedia to support auto advancing after track ends (Chromecast-specific behavior)
- Reorganize imports in musicrenderer.rs for clarity
- Minor cleanup: remove unused import, fix formatting
This commit is contained in:
2026-04-04 00:02:19 +02:00
parent 5e3fdd1841
commit 169e536011
5 changed files with 104 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "PMOMusic"
version = "0.3.30"
version = "0.3.32"
edition = "2024"
[dependencies]