mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 06:43:51 +02:00
Parse SDK2 video URL's
This commit is contained in:
@@ -5784,7 +5784,8 @@ speechSynthesis.getVoices();
|
||||
tableData = {
|
||||
created_at: gameLog.dt,
|
||||
type: 'VideoPlay',
|
||||
data: gameLog.videoURL
|
||||
data: gameLog.videoURL,
|
||||
displayName: gameLog.displayName
|
||||
};
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user