mirror of
https://gitlab.crans.org/nounous/ghostream.git
synced 2025-06-27 14:42:05 +02:00
Stream ID was broken in the current viewers stats
This commit is contained in:
@ -50,7 +50,7 @@
|
||||
|
||||
// Wait a bit before pulling viewers counter for the first time
|
||||
setTimeout(() => {
|
||||
refreshViewersCounter({{.Cfg.ViewersCounterRefreshPeriod}})
|
||||
refreshViewersCounter({{.Path}}, {{.Cfg.ViewersCounterRefreshPeriod}})
|
||||
}, 1000)
|
||||
</script>
|
||||
{{end}}
|
Reference in New Issue
Block a user