Commit 95a42cf9 by 周业恒

file

parent 0fb8b773
Pipeline #21412 passed with stages
in 50 seconds
......@@ -1169,7 +1169,7 @@ class MediaModel extends Eloquent
if(empty($SourceInfo))
return;
$FileName=$SourceInfo["FileName"];
$FileName=str_replace("m3u8/", "", $SourceInfo["FileName"]);
$StoreUri=$SourceInfo["StoreUri"];
$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