try to fix embed video

This commit is contained in:
mose 2023-05-10 13:38:38 +08:00
parent 9fd835456d
commit 4f951b3d22
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ $(document).ready(function() {
var li = $("<li>").append(link);
$(".tube ul").append(li);
$(".lastvideo")
.attr("src", "https://tube.crapaud-fou.org/" + data.data[0].embedPath)
.attr("src", "https://tube.crapaud-fou.org" + data.data[0].embedPath)
.attr("title", data.data[0].name);
});
});