Update qobuz.py
authormarcelveldt <marcelvanderveldt@MacBook-Silvia.local>
Thu, 17 Oct 2019 23:23:44 +0000 (01:23 +0200)
committermarcelveldt <marcelvanderveldt@MacBook-Silvia.local>
Thu, 17 Oct 2019 23:23:44 +0000 (01:23 +0200)
music_assistant/musicproviders/qobuz.py

index af06c70b0386547fb4c9d4ab6d52adb5f35dcfc9..b80e78ecfd9509400e53396d002ee8f6182e0f10 100644 (file)
@@ -558,4 +558,5 @@ class QobuzProvider(MusicProvider):
                 LOGGER.error(exc)
                 LOGGER.debug(url)
                 LOGGER.debug(params)
-                LOGGER.debug(result)
+                result = response
+                LOGGER.debug(await response.text())