Skip to content

Commit acc65c5

Browse files
RC3- changes category from overlays to scene-collections. (#14)
1 parent 43e2503 commit acc65c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildspec.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"versionMinor": 0,
4343
"versionPatch": 0,
4444
"buildNumber": 123,
45-
"releaseType": "rc2",
45+
"releaseType": "rc3",
4646
"author": "Elgato",
4747
"website": "https://elgato.com",
4848
"email": "support@elgato.com",

src/elgato-cloud-data.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ void ElgatoCloud::LoadPurchasedProducts()
288288
auto api = MarketplaceApi::getInstance();
289289
std::string api_url = api->gatewayUrl();
290290
api_url +=
291-
"/my-products?extension=overlays&offset=0&limit=100";
291+
"/my-products?extension=scene-collections&offset=0&limit=100";
292292
auto productsResponse = fetch_string_from_get(api_url, _accessToken);
293293
obs_log(LOG_INFO, "url: %s", api_url.c_str());
294294
obs_log(LOG_INFO, "Products: %s", productsResponse.c_str());

0 commit comments

Comments
 (0)