Fix downloader bug, use plink and add icon to plugin template

This commit is contained in:
2025-12-28 15:56:24 -06:00
parent c64f2cca88
commit 0708b3b0cf

View File

@@ -7,7 +7,7 @@ func Pages.VideoEmbed(id, name)
margin: 0;
}
</style>";
const srcTag = $"<source src=\"./api/v1/download?v={Net.Http.UrlEncode(id)}&inline=true\" type=\"video/mp4\"/>";
const srcTag = $"<source src=\"./api/v1/download?v={Net.Http.UrlEncode(id)}&amp;inline=true\" type=\"video/mp4\"/>";
const html = <!DOCTYPE html>
<html lang="en">
<head>