randomize avatar for same names

This commit is contained in:
Ginger Wong
2020-07-07 23:30:26 -07:00
parent 426bfe000f
commit 827e402bcc
2 changed files with 3 additions and 3 deletions

View File

@@ -60,7 +60,6 @@ function setupPlayerEventHandlers() {
function restartPlayer() {
try {
console.log('restarting', player.src())
const player = videojs(VIDEO_ID);
player.pause();
player.src(player.src()); // Reload the same video