From bc8d9908d147b59700f9941596bdd3cc17141434 Mon Sep 17 00:00:00 2001 From: jude Date: Tue, 13 Jan 2026 20:13:36 +0000 Subject: [PATCH] Update to support latest navidrome version --- .idea/workspace.xml | 15 +- Cargo.lock | 616 ++++++++++-------- Cargo.toml | 11 +- ...3195300_migrate_playlist_id_to_varchar.sql | 1 + src/daemon/create_playlists.rs | 4 +- src/daemon/update_playlists.rs | 11 +- src/main.rs | 28 +- src/models.rs | 5 +- src/subsonic.rs | 7 +- 9 files changed, 375 insertions(+), 323 deletions(-) create mode 100644 migrations/20260113195300_migrate_playlist_id_to_varchar.sql diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 020216c..2bc9322 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -18,9 +18,13 @@ + + - + + +