From 299ada2922568471da29d46a913d5022fb776560 Mon Sep 17 00:00:00 2001 From: uh wot Date: Fri, 16 Jul 2021 20:55:10 +0200 Subject: [PATCH] fixed preview disabling --- dzunlock.user.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dzunlock.user.js b/dzunlock.user.js index 64451e3..c6c2de2 100644 --- a/dzunlock.user.js +++ b/dzunlock.user.js @@ -3,7 +3,7 @@ // @namespace io.github.uhwot.dzunlock // @description enables deezer hifi features lol // @author uh wot -// @version 1.2 +// @version 1.2.1 // @license GPL-3.0-only // @homepageURL https://git.freezer.life/uhwot/dzunlock // @downloadURL https://git.freezer.life/uhwot/dzunlock/raw/branch/master/dzunlock.user.js @@ -256,6 +256,7 @@ worker_output = function(e) { json.message.result.audio_qualities.wifi_streaming = ['low', 'standard', 'high', 'lossless'] // disables previews json.message.result.streaming = true + json.message.result.limited = false //console.log("player token output", json) postMessage(JSON.stringify(json))