fixed streaming while unlogged
This commit is contained in:
parent
299ada2922
commit
7ca478fe05
|
@ -3,7 +3,7 @@
|
|||
// @namespace io.github.uhwot.dzunlock
|
||||
// @description enables deezer hifi features lol
|
||||
// @author uh wot
|
||||
// @version 1.2.1
|
||||
// @version 1.2.2
|
||||
// @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
|
||||
|
@ -158,6 +158,8 @@ window.addEventListener('DOMContentLoaded', (_) => {
|
|||
for (let j = 0; j < formats.length; j++) {
|
||||
data.data[i]['FILESIZE_' + formats[j].gw] = json.batch_result[i - userUppedSoFar]['filesize_' + formats[j].api]
|
||||
}
|
||||
// for streaming while unlogged
|
||||
data.data[i].MD5_ORIGIN = json.batch_result[i - userUppedSoFar].md5_origin
|
||||
}
|
||||
|
||||
log(data)
|
||||
|
|
Loading…
Reference in New Issue