From e71cd3b095043c9567aaf77091618c2bdefb666d Mon Sep 17 00:00:00 2001 From: Jonathan Date: Wed, 9 Aug 2023 10:46:31 +0200 Subject: [PATCH] Update manifest.json --- music_assistant/server/providers/deezer/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/music_assistant/server/providers/deezer/manifest.json b/music_assistant/server/providers/deezer/manifest.json index 6c3fbf3f..6a95a701 100644 --- a/music_assistant/server/providers/deezer/manifest.json +++ b/music_assistant/server/providers/deezer/manifest.json @@ -5,6 +5,6 @@ "description": "Support for the Deezer streaming provider in Music Assistant.", "codeowners": ["@Un10ck3d", "@micha91"], "documentation": "https://github.com/orgs/music-assistant/discussions/1245", - "requirements": ["git+https://github.com/music-assistant/deezer-python-async", "pycryptodome==3.18.0"], + "requirements": ["git+https://github.com/music-assistant/deezer-python-async@convert_to_async", "pycryptodome==3.18.0"], "multi_instance": true } -- 2.34.1