Adds date_added field to Tidal provider (#2969)
authorFL550 <36160004+FL550@users.noreply.github.com>
Thu, 29 Jan 2026 06:48:33 +0000 (07:48 +0100)
committerGitHub <noreply@github.com>
Thu, 29 Jan 2026 06:48:33 +0000 (07:48 +0100)
commit25fab0345e641c89ef6990709d1a78e21daa21fd
tree44ffc7b9e1f91d90e864315820d727eebdc23ebc
parent02deb469ff5c017a982268629c60b1a57059d934
Adds date_added field to Tidal provider (#2969)

* feat: adds date_added to tidal provider

* applied copilot suggestions

* Update snapshot

---------

Co-authored-by: FL550 <glacial0124@posteo.com>
music_assistant/providers/tidal/api_client.py
music_assistant/providers/tidal/library.py
music_assistant/providers/tidal/parsers.py
tests/providers/tidal/__snapshots__/test_parsers.ambr
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