feat(pmoparadise): migrate channel IDs to u16 and use dynamic registry

Replaces the static ALL_CHANNELS array with a dynamic, thread-safe registry fetched via the Radio Paradise API. Migrates all channel identifiers from u8 to u16 across client, config, server, and example modules to support expanded ID ranges. Updates validation to runtime lookups, converts builders to async, and adds local cover caching. Bumps version from 0.3.61 to 0.3.62.
This commit is contained in:
2026-07-11 22:23:43 +02:00
parent 884b092af8
commit fc49c79b34
15 changed files with 486 additions and 265 deletions

2
Cargo.lock generated
View File

@@ -4,7 +4,7 @@ version = 4
[[package]]
name = "PMOMusic"
version = "0.3.61"
version = "0.3.62"
dependencies = [
"axum 0.8.7",
"console-subscriber",