feat: add cache busting and hls query param

This commit is contained in:
2026-06-14 21:51:02 +02:00
parent f9f3322797
commit 4a74fdcf31
8 changed files with 23 additions and 6 deletions

View File

@@ -69,6 +69,7 @@ func rendererFuncs() template.FuncMap {
"urlquery": url.QueryEscape,
"posterURL": posterURL,
"episodeRangeStart": episodeRangeStart,
"assetURL": assetURL,
}
}