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 @@
(function(){
const name = window.__STREAM_NAME__; // oder: document.body.dataset.name
const name = document.documentElement.dataset.stream;
const v = document.getElementById('v');
const liveEl = document.getElementById('live');
const viewersEl = document.getElementById('viewers');