mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 22:33:50 +02:00
Log parsing for udon video URL's
This commit is contained in:
@@ -958,6 +958,9 @@ speechSynthesis.getVoices();
|
||||
case 'Event':
|
||||
text = noty.data;
|
||||
break;
|
||||
case 'VideoPlay':
|
||||
text = `<strong>Now playing:</strong> ${noty.data}`;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user