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

This commit is contained in:
2025-12-28 15:58:09 -06:00
parent 0708b3b0cf
commit dec21a7c5d

View File

@@ -24,7 +24,7 @@ func Pages.VideoEmbed(id, name)
<video
id="my-video"
class="video-js"
controls=true
controls="on"
preload="auto"
poster={$"./api/v1/video-thumbnail?v={Net.Http.UrlEncode(id)}&res=default"}
data-setup="{\"fill\": true}">