This commit is contained in:
Natsumi
2021-12-16 08:29:27 +13:00
parent 45c0b5e8e1
commit 42d2167f29
2 changed files with 52 additions and 52 deletions

View File

@@ -633,7 +633,7 @@ namespace VRCX
if (pos < 0)
return false;
var playerPlayer = line.Substring(offset + 5, pos - (offset + 5));
var displayName = line.Substring(offset + 5, pos - (offset + 5));
var data = line.Substring(pos + 11);
AppendLog(new[]
@@ -668,7 +668,7 @@ namespace VRCX
ConvertLogTimeToISO8601(line),
"video-play",
data,
playerPlayer
displayName
});
return true;