mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 22:33:50 +02:00
Small fixes
This commit is contained in:
@@ -7650,6 +7650,9 @@ speechSynthesis.getVoices();
|
||||
$app.addFeed(feed);
|
||||
database.addGPSToDatabase(feed);
|
||||
$app.updateFriendGPS(ref.id);
|
||||
// clear previousLocation after GPS
|
||||
ref.$previousLocation = '';
|
||||
ref.$travelingToTime = Date.now();
|
||||
}
|
||||
}
|
||||
if (
|
||||
@@ -9797,7 +9800,7 @@ speechSynthesis.getVoices();
|
||||
if (displayName === 'Random') {
|
||||
displayName = '';
|
||||
}
|
||||
if (videoId === 0) {
|
||||
if (videoId === 9999) {
|
||||
videoId = 'YouTube';
|
||||
}
|
||||
if (videoUrl === this.nowPlaying.url) {
|
||||
@@ -13828,12 +13831,11 @@ speechSynthesis.getVoices();
|
||||
description: '',
|
||||
id: '',
|
||||
imageUrl: '',
|
||||
// thumbnailImageUrl: '',
|
||||
thumbnailImageUrl: '',
|
||||
created_at: '0001-01-01T00:00:00.0000000Z',
|
||||
updated_at: '0001-01-01T00:00:00.0000000Z',
|
||||
releaseStatus: 'public',
|
||||
...avatar,
|
||||
thumbnailImageUrl: avatar.imageUrl
|
||||
...avatar
|
||||
};
|
||||
avatars.set(ref1.id, ref1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user