fix single event replay by fixing the reference to player which should be vid

This commit is contained in:
Isaac Connor 2018-01-11 14:42:00 -05:00
parent b013da6b95
commit 666005fb5d
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ function vjsReplay() {
case 'none':
break;
case 'single':
player.play();
vid.play();
break;
case 'all':
if (nextEventId == 0) {