chore: add album parsing tests for opensubsonic (#1865)
authorJc2k <john.carr@unrouted.co.uk>
Mon, 13 Jan 2025 23:33:32 +0000 (23:33 +0000)
committerGitHub <noreply@github.com>
Mon, 13 Jan 2025 23:33:32 +0000 (00:33 +0100)
commita1adf2bb47ce423e180961dda7af960a3c2a5d49
tree5010b2d02296eed172c0dfed198e47ddadcdd545
parent22a3f97559b56037f3eb803a59cb6d9bed32f756
chore: add album parsing tests for opensubsonic (#1865)
music_assistant/providers/opensubsonic/parsers.py
music_assistant/providers/opensubsonic/sonic_provider.py
tests/providers/opensubsonic/__snapshots__/test_parsers.ambr
tests/providers/opensubsonic/fixtures/albums/spec.album.json [new file with mode: 0644]
tests/providers/opensubsonic/fixtures/albums/spec.info.json [new file with mode: 0644]
tests/providers/opensubsonic/test_parsers.py