Subsonic: Move to new api library (#2160)
authorEric Munson <eric@munsonfam.org>
Sun, 4 May 2025 18:34:09 +0000 (14:34 -0400)
committerGitHub <noreply@github.com>
Sun, 4 May 2025 18:34:09 +0000 (20:34 +0200)
commite8cb0dee72ea06effaec0be389cfa8402a33b5d6
treef214b8b79efd8c05021b8932f124ccb39a59f01f
parenteb7befbd5febd9a163444f63e7e79f26529a7049
Subsonic: Move to new api library (#2160)
music_assistant/providers/opensubsonic/manifest.json
music_assistant/providers/opensubsonic/parsers.py
music_assistant/providers/opensubsonic/sonic_provider.py
requirements_all.txt
tests/providers/opensubsonic/__snapshots__/test_parsers.ambr
tests/providers/opensubsonic/fixtures/episodes/gonic-sample.episode.json [new file with mode: 0644]
tests/providers/opensubsonic/fixtures/episodes/gonic-sample.podcast.json [new file with mode: 0644]
tests/providers/opensubsonic/fixtures/playlists/gonic-sample.playlist.json [new file with mode: 0644]
tests/providers/opensubsonic/fixtures/podcasts/gonic-sample.podcast.json [new file with mode: 0644]
tests/providers/opensubsonic/test_parsers.py