mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-26 02:03:49 +02:00
Fix world search category
This commit is contained in:
@@ -9679,8 +9679,15 @@ speechSynthesis.getVoices();
|
|||||||
params.user = 'me';
|
params.user = 'me';
|
||||||
params.releaseStatus = 'all';
|
params.releaseStatus = 'all';
|
||||||
}
|
}
|
||||||
|
if (ref.tag) {
|
||||||
|
params.tag = ref.tag;
|
||||||
|
}
|
||||||
if (!this.searchWorldLabs) {
|
if (!this.searchWorldLabs) {
|
||||||
params.tag = 'system_approved';
|
if (params.tag) {
|
||||||
|
params.tag += ',system_approved';
|
||||||
|
} else {
|
||||||
|
params.tag = 'system_approved';
|
||||||
|
}
|
||||||
}
|
}
|
||||||
// TODO: option.platform
|
// TODO: option.platform
|
||||||
this.searchWorldParams = params;
|
this.searchWorldParams = params;
|
||||||
|
|||||||
Reference in New Issue
Block a user