Skip to content

Commit

Permalink
Try something
Browse files Browse the repository at this point in the history
idk why options doesn't work
  • Loading branch information
Andrews54757 committed Nov 20, 2023
1 parent 7e0345a commit cc480ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion built/web/player/main.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ async function setup() {
} else if (e.data?.type === 'sources') {
recieveSources(e.data, () => {});
}
});
}, true);
}
}
setup();

0 comments on commit cc480ac

Please sign in to comment.