disabled skip limit on mixes

This commit is contained in:
uh wot 2022-02-10 00:42:01 +01:00
parent ff1d8d2351
commit 795b7fd1bb
Signed by: uhwot
GPG Key ID: CB2454984587B781
1 changed files with 3 additions and 1 deletions

View File

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