mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 22:33:50 +02:00
YouTube API
This commit is contained in:
@@ -400,11 +400,7 @@ speechSynthesis.getVoices();
|
||||
text = noty.data;
|
||||
break;
|
||||
case 'VideoPlay':
|
||||
var videoName = noty.videoUrl;
|
||||
if (noty.videoName) {
|
||||
videoName = noty.videoName;
|
||||
}
|
||||
text = `<strong>Now playing:</strong> ${videoName}`;
|
||||
text = `<strong>Now playing:</strong> ${noty.videoName}`;
|
||||
break;
|
||||
case 'BlockedOnPlayerJoined':
|
||||
text = `Blocked user <strong>${noty.displayName}</strong> has joined`;
|
||||
|
||||
Reference in New Issue
Block a user