Add playlist bounds validation and search mode visual indicator
All checks were successful
Build and Release / build-and-release (push) Successful in 1m1s

- Add bounds checking to prevent accessing invalid playlist indices
- Yellow/orange selection bar when in search mode
- Validate playlist index after navigation operations
- Handle empty playlists gracefully
This commit is contained in:
2025-12-07 16:02:44 +01:00
parent 248c5701fb
commit 59f9f548c1
5 changed files with 79 additions and 71 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "cm-player"
version = "0.1.11"
version = "0.1.12"
edition = "2021"
[dependencies]