From 7d21a1c67552914d1610ee200e8cee0a93a07587 Mon Sep 17 00:00:00 2001 From: Jozef Kruszynski <60214390+jozefKruszynski@users.noreply.github.com> Date: Thu, 6 Jul 2023 14:29:11 +0200 Subject: [PATCH] Fix tidal issue with 'gender' (#738) Co-authored-by: jkruszynski --- music_assistant/server/providers/tidal/manifest.json | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/music_assistant/server/providers/tidal/manifest.json b/music_assistant/server/providers/tidal/manifest.json index 3c769ac6..a197e185 100644 --- a/music_assistant/server/providers/tidal/manifest.json +++ b/music_assistant/server/providers/tidal/manifest.json @@ -4,7 +4,7 @@ "name": "Tidal", "description": "Support for the Tidal streaming provider in Music Assistant.", "codeowners": ["@jozefKruszynski"], - "requirements": ["git+https://github.com/jozefKruszynski/python-tidal.git@v0.7.1"], + "requirements": ["git+https://github.com/jozefKruszynski/python-tidal.git@refs/heads/album-type-with-fix"], "documentation": "https://github.com/orgs/music-assistant/discussions/1201", "multi_instance": true } diff --git a/requirements_all.txt b/requirements_all.txt index 45fb3e4f..0609ae97 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -14,7 +14,7 @@ cryptography==41.0.1 deezer-python==5.12.0 faust-cchardet>=2.1.18 git+https://github.com/gieljnssns/python-radios.git@main -git+https://github.com/jozefKruszynski/python-tidal.git@v0.7.1 +git+https://github.com/jozefKruszynski/python-tidal.git@refs/heads/album-type-with-fix git+https://github.com/pytube/pytube.git@refs/pull/1680/head mashumaro==3.7 memory-tempfile==2.2.3 -- 2.34.1