music-assistant-server

Branch:dev-lidarr-plugin

Commit Details

OpenSubsonic: Use server provided version tag if present (#3200)

Forgejo

Author

Eric Munson<[email protected]>
February 20, 2026 at 11:22 PM UTC

Committer

February 20, 2026 at 11:22 PM UTC
376additions
3deletions
7files changed

Parent commits

Changes

7 files
+376-3

Changed Files (7)

music_assistant/providers/opensubsonic/
tests/providers/opensubsonic/__snapshots__/
tests/providers/opensubsonic/fixtures/albums/
tests/providers/opensubsonic/fixtures/tracks/
music_assistant/providers/opensubsonic/parsers.py
+6-1
tests/providers/opensubsonic/__snapshots__/test_parsers.ambr
+262-2
tests/providers/opensubsonic/fixtures/albums/no-version.album.json
tests/providers/opensubsonic/fixtures/albums/no-version.info.json
tests/providers/opensubsonic/fixtures/albums/spec.album.json
tests/providers/opensubsonic/fixtures/tracks/no-version.album.json
tests/providers/opensubsonic/fixtures/tracks/no-version.track.json
+108