mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 23:03:51 +02:00
Parse UsharpVideo, fix OnPlayerJoined:Unnamed
This commit is contained in:
@@ -9038,6 +9038,9 @@ speechSynthesis.getVoices();
|
||||
if (typeof gameLog.videoPos !== 'undefined') {
|
||||
videoPos = gameLog.videoPos;
|
||||
}
|
||||
if (!this.isDanceWorld(location) && videoUrl === this.nowPlaying.url) {
|
||||
return;
|
||||
}
|
||||
if (!this.isDanceWorld(location) || gameLog.videoId === 'YouTube') {
|
||||
// skip PyPyDance and VRDancing videos
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user