mirror of
https://github.com/MoePlayer/APlayer-Typecho.git
synced 2025-03-21 21:00:22 +08:00
update
This commit is contained in:
parent
801f8c4057
commit
b677767fe9
@ -151,6 +151,7 @@ class Meting_Action extends Typecho_Widget implements Widget_Interface_Do {
|
||||
self::cacheWrite($cachekey,$data);
|
||||
}
|
||||
if(empty($data['url']))$data['url']="https://api.i-meto.com/Public/music/empty.mp3";
|
||||
$data['url'] = str_replace("http://","https://", $data['url']);
|
||||
$this->response->redirect($data['url']);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user