Update manifest.json (#997)
authorMarvin Schenkel <marvinschenkel@gmail.com>
Tue, 9 Jan 2024 20:39:05 +0000 (21:39 +0100)
committerGitHub <noreply@github.com>
Tue, 9 Jan 2024 20:39:05 +0000 (21:39 +0100)
* Update manifest.json

Reverting a change in the ytmusicapi that currently breaks YTMusic.

* Update requirements_all.txt

music_assistant/server/providers/ytmusic/manifest.json
requirements_all.txt

index aeb8488019288c89e7ce0e7a7504d81725dad3ae..60721eac1375e669108c9d5b5f6bd72e01b0e024 100644 (file)
@@ -4,7 +4,7 @@
   "name": "YouTube Music",
   "description": "Support for the YouTube Music streaming provider in Music Assistant.",
   "codeowners": ["@MarvinSchenkel"],
-  "requirements": ["ytmusicapi==1.4.2", "git+https://github.com/MarvinSchenkel/pytube.git"],
+  "requirements": ["ytmusicapi==1.3.2", "git+https://github.com/MarvinSchenkel/pytube.git"],
   "documentation": "https://github.com/music-assistant/hass-music-assistant/discussions/606",
   "multi_instance": true
 }
index 45d60c4de9757bd8a2d66b3a3a1a0447d4c7d042..463f84359ca895d7db844ca2081a4b417d1e6ff3 100644 (file)
@@ -33,5 +33,5 @@ tidalapi==0.7.3
 unidecode==1.3.7
 uvloop==0.19.0
 xmltodict==0.13.0
-ytmusicapi==1.4.2
+ytmusicapi==1.3.2
 zeroconf==0.131.0