From 795b7fd1bb63aecf5c8fa04844ec30f6b1240605 Mon Sep 17 00:00:00 2001 From: uh wot Date: Thu, 10 Feb 2022 00:42:01 +0100 Subject: [PATCH] disabled skip limit on mixes --- dzunlock.user.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dzunlock.user.js b/dzunlock.user.js index b7bccc2..9387bbe 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.3.4 +// @version 1.3.5 // @license GPL-3.0-only // @homepageURL https://git.freezerapp.xyz/uhwot/dzunlock // @downloadURL https://git.freezerapp.xyz/uhwot/dzunlock/raw/branch/master/dzunlock.user.js @@ -126,6 +126,8 @@ function playerTokenPatch(playerToken) { // disables previews playerToken.streaming = true playerToken.limited = false + // disables skip limit on mixes + playerToken.radio_skips = 0 log(playerToken)