music-assistant-server
Branch:dev-lidarr-plugin
Commit Details
Adds date_added field to Tidal provider (#2969)
* feat: adds date_added to tidal provider * applied copilot suggestions * Update snapshot --------- Co-authored-by: FL550 <[email protected]>
Author
FL550<[email protected]>
January 29, 2026 at 06:48 AM UTC
Committer
GitHub<[email protected]>
January 29, 2026 at 06:48 AM UTC
83additions
59deletions
9files changed
Parent commits
Changes
9 files
+83-59
Changed Files (9)
music_assistant/providers/tidal/
tests/providers/tidal/__snapshots__/
tests/providers/tidal/fixtures/albums/
tests/providers/tidal/fixtures/artists/
tests/providers/tidal/fixtures/playlists/
tests/providers/tidal/fixtures/tracks/
tests/providers/tidal/
music_assistant/providers/tidal/api_client.py
-1
music_assistant/providers/tidal/library.py
+6-6
music_assistant/providers/tidal/parsers.py
+57-41
tests/providers/tidal/__snapshots__/test_parsers.ambr
+3-3
tests/providers/tidal/fixtures/albums/album.json
tests/providers/tidal/fixtures/artists/artist.json
tests/providers/tidal/fixtures/playlists/playlist.json
tests/providers/tidal/fixtures/tracks/track.json
tests/providers/tidal/test_library.py
+17-8