Add availability to tidal album provider mapping (#664)
authorJozef Kruszynski <60214390+jozefKruszynski@users.noreply.github.com>
Fri, 26 May 2023 12:43:55 +0000 (14:43 +0200)
committerGitHub <noreply@github.com>
Fri, 26 May 2023 12:43:55 +0000 (14:43 +0200)
commite973303cfc4e3ddb72f2fe722c1a9c0ac5a6e77b
treedd5b014f3a680082725dd997f8a078fb9b923442
parente1ba5b2cb926ceecfadc4e5a11cd2077ddca6381
Add availability to tidal album provider mapping (#664)

* Add availability to tidal album provider mapping

* Remove extraneous catch and re-throw

* Hopefully this is more sane

* Fix overly long log lines

* Fixed impossible returns, added rate limiting

* Fix ruff lint error

* Fixed throttler nonsense

* Stop swallowing errors

* Cleanup last few suggestions

---------

Co-authored-by: jkruszynski <jozef@krush.at>
music_assistant/server/controllers/media/albums.py
music_assistant/server/providers/tidal/__init__.py
music_assistant/server/providers/tidal/helpers.py