diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-04-27 20:23:13 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-04-27 20:23:19 +0300 |
commit | 7bb564496997e26a4c9770cb509955d0a22d1617 (patch) | |
tree | 6df78aebef3dbeb72dc23af0fe0fc0f834e7b0dc /indra/newview/llaisapi.cpp | |
parent | 30b87c11e92f1917aec95662f95a8e5a136c937e (diff) |
SL-19533 Subset fetch fixes
Diffstat (limited to 'indra/newview/llaisapi.cpp')
-rw-r--r-- | indra/newview/llaisapi.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llaisapi.cpp b/indra/newview/llaisapi.cpp index c17b246ef1..e63d77cea3 100644 --- a/indra/newview/llaisapi.cpp +++ b/indra/newview/llaisapi.cpp @@ -916,6 +916,8 @@ void AISAPI::InvokeAISCommandCoro(LLCoreHttpUtil::HttpCoroutineAdapter::ptr_t ht case COPYLIBRARYCATEGORY: case FETCHCATEGORYCATEGORIES: case FETCHCATEGORYCHILDREN: + case FETCHCATEGORYSUBSET: + case FETCHCOF: if (result.has("category_id")) { id = result["category_id"]; |