1
0
mirror of https://github.com/MoePlayer/APlayer-Typecho.git synced 2025-03-21 21:00:22 +08:00
This commit is contained in:
ihewro 2017-08-01 16:56:57 +08:00
parent 801f8c4057
commit b677767fe9

View File

@ -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']);
}