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))