bugfix-2
All checks were successful
release-tag / release-image (push) Successful in 1m55s

This commit is contained in:
2025-09-21 18:05:21 +02:00
parent 4f8a2fd178
commit 6166b8111e
2 changed files with 2 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
<!doctype html>
<html lang="de">
<html lang="de" data-stream="{{.Name}}">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
@@ -24,6 +24,5 @@
</div>
<script defer src="/static/js/hls.min.js"></script>
<script defer src="/static/js/stream.js"></script>
<script>window.__STREAM_NAME__={{.JSONName}};</script>
</body>
</html>