mirror of
https://github.com/streamwall/streamwall.git
synced 2026-01-24 22:22:50 -05:00
Whitespace
This commit is contained in:
@@ -187,7 +187,7 @@ const viewStateMachine = Machine(
|
||||
video.autoPlay = true
|
||||
video.play()
|
||||
setInterval(() => video.play(), 1000)
|
||||
const info = {title: document.title}
|
||||
const info = { title: document.title }
|
||||
return info
|
||||
}
|
||||
waitForVideo()
|
||||
|
||||
Reference in New Issue
Block a user