Tidal: Add limits to certain api calls (#2135)
authorJozef Kruszynski <60214390+jozefKruszynski@users.noreply.github.com>
Sun, 20 Apr 2025 14:34:54 +0000 (16:34 +0200)
committerGitHub <noreply@github.com>
Sun, 20 Apr 2025 14:34:54 +0000 (16:34 +0200)
commit7ea03e8da58aef6b404d857e86b89fcb0baf666d
treea60b12ed3fcb98352c4cbe6549cc9a1922b27021
parente6006aeb5ade0547e8e68ee7c49a432132c327d1
Tidal: Add limits to certain api calls (#2135)

fix: Add limits to api calls

Added limits to get_artist_albums and get_album_tracks to ensure that
the tidal default of 10 does not kick in
music_assistant/providers/tidal/__init__.py