Commit 623a7450 by 周业恒

remove qiniu

parents 3a483d6c 95a42cf9
Pipeline #21415 passed with stages
in 52 seconds
...@@ -1169,7 +1169,7 @@ class MediaModel extends Eloquent ...@@ -1169,7 +1169,7 @@ class MediaModel extends Eloquent
if(empty($SourceInfo)) if(empty($SourceInfo))
return; return;
$FileName=$SourceInfo["FileName"]; $FileName=str_replace("m3u8/", "", $SourceInfo["FileName"]);
$StoreUri=$SourceInfo["StoreUri"]; $StoreUri=$SourceInfo["StoreUri"];
$data["isbyte"]=1; $data["isbyte"]=1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment