Commit 01bd0198 by yf60144

dfs

parent 6b3ffd3e
Pipeline #13857 passed with stages
in 41 seconds
......@@ -383,7 +383,7 @@
function get_farvor_m3u8(row,media_id) {
$.ajax({
url:"api/user/get_fervor_m3u8?media_id="+media_id,
url:"/api/user/get_fervor_m3u8?media_id="+media_id,
dataType:"json",
success:function (res) {
var url = res.data.url;
......
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