changed default media server
This commit is contained in:
parent
725f846b77
commit
86a2b45689
|
@ -3,7 +3,7 @@
|
|||
// @namespace io.github.uhwot.dzunlock
|
||||
// @description enables deezer hifi features lol
|
||||
// @author uh wot
|
||||
// @version 1.4.1
|
||||
// @version 1.4.2
|
||||
// @license GPL-3.0-only
|
||||
// @homepageURL https://uhwotgit.fly.dev/uhwot/dzunlock
|
||||
// @downloadURL https://uhwotgit.fly.dev/uhwot/dzunlock/raw/branch/master/dzunlock.user.js
|
||||
|
@ -158,7 +158,7 @@ unsafeWindow.fetch = (function (fetch) {
|
|||
}
|
||||
|
||||
if (id >= 0 && !is_quality_available) {
|
||||
const media_server = GM_getValue('media_server', 'https://dzmedia.herokuapp.com')
|
||||
const media_server = GM_getValue('media_server', 'https://dzmedia.fly.dev')
|
||||
url = `${media_server}/get_url`
|
||||
|
||||
const body = {
|
||||
|
|
Loading…
Reference in New Issue