Fix tidal issue with 'gender' (#738)
authorJozef Kruszynski <60214390+jozefKruszynski@users.noreply.github.com>
Thu, 6 Jul 2023 12:29:11 +0000 (14:29 +0200)
committerGitHub <noreply@github.com>
Thu, 6 Jul 2023 12:29:11 +0000 (14:29 +0200)
Co-authored-by: jkruszynski <jozef@krush.at>
music_assistant/server/providers/tidal/manifest.json
requirements_all.txt

index 3c769ac66a195f4fe61da3eb5e486790c16e7a5a..a197e1858cabf52f15601069852c04e74b6b9b0b 100644 (file)
@@ -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
 }
index 45fb3e4f228702e7e479f1c9e4fe4180dd2d93bf..0609ae978ad41289e81bbae61485e00ea7a1a43f 100644 (file)
@@ -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