修正海豚音乐torrent_pass、authkey正确名称

紧急更新v1.5.1
This commit is contained in:
iyuu.cn
2020-02-21 08:39:43 +08:00
parent 185157a00c
commit 7f2889ba1e
3 changed files with 18 additions and 4 deletions

View File

@@ -695,8 +695,8 @@ class AutoReseed
$url = str_replace('{passkey}', $configALL[$site]['passkey'], $_url);
break;
case 'dicmusic':
$_url = str_replace('{authkey}', $configALL[$site]['passkey'], $_url);
$url = str_replace('{torrent_pass}', $configALL[$site]['torrent_pass'], $_url);
$_url = str_replace('{torrent_pass}', $configALL[$site]['passkey'], $_url);
$url = str_replace('{authkey}', $configALL[$site]['authkey'], $_url);
break;
default:
$url = $_url."&passkey=". $configALL[$site]['passkey'];