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