Force poster to reload so it uses the recent thumbnail. #37

This commit is contained in:
Gabe Kangas
2020-07-06 00:04:07 -07:00
parent af2a0d4019
commit 180534cfaf
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,6 @@ function handleStatus(status) {
app.overallMaxViewerCount = status.overallMaxViewerCount;
app.isOnline = status.online;
setVideoPoster(app.isOnline);
}
function handleOffline() {