disabled skip limit on mixes
This commit is contained in:
parent
ff1d8d2351
commit
795b7fd1bb
|
@ -3,7 +3,7 @@
|
||||||
// @namespace io.github.uhwot.dzunlock
|
// @namespace io.github.uhwot.dzunlock
|
||||||
// @description enables deezer hifi features lol
|
// @description enables deezer hifi features lol
|
||||||
// @author uh wot
|
// @author uh wot
|
||||||
// @version 1.3.4
|
// @version 1.3.5
|
||||||
// @license GPL-3.0-only
|
// @license GPL-3.0-only
|
||||||
// @homepageURL https://git.freezerapp.xyz/uhwot/dzunlock
|
// @homepageURL https://git.freezerapp.xyz/uhwot/dzunlock
|
||||||
// @downloadURL https://git.freezerapp.xyz/uhwot/dzunlock/raw/branch/master/dzunlock.user.js
|
// @downloadURL https://git.freezerapp.xyz/uhwot/dzunlock/raw/branch/master/dzunlock.user.js
|
||||||
|
@ -126,6 +126,8 @@ function playerTokenPatch(playerToken) {
|
||||||
// disables previews
|
// disables previews
|
||||||
playerToken.streaming = true
|
playerToken.streaming = true
|
||||||
playerToken.limited = false
|
playerToken.limited = false
|
||||||
|
// disables skip limit on mixes
|
||||||
|
playerToken.radio_skips = 0
|
||||||
|
|
||||||
log(playerToken)
|
log(playerToken)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue