From 5f5c2db53fc1c52ce82d7957ac7a71d5683f1cd5 Mon Sep 17 00:00:00 2001 From: Digital Artifex <7929434+DigitalArtifex@users.noreply.github.com> Date: Tue, 16 Jun 2026 22:50:18 -0400 Subject: [PATCH] Added featured videos endpoint definition --- KomplexHubPlugin/common/komplex_global.h | 1 + 1 file changed, 1 insertion(+) diff --git a/KomplexHubPlugin/common/komplex_global.h b/KomplexHubPlugin/common/komplex_global.h index 353daec..3aaef55 100644 --- a/KomplexHubPlugin/common/komplex_global.h +++ b/KomplexHubPlugin/common/komplex_global.h @@ -43,6 +43,7 @@ #define KOMPLEX_ENDPOINT_IMAGES_ITEM "images/item" #define KOMPLEX_ENDPOINT_VIDEOS_SEARCH "videos/search" +#define KOMPLEX_ENDPOINT_VIDEOS_FEATURED "videos/featured" #define KOMPLEX_ENDPOINT_VIDEOS_ITEM "videos/item" #define KOMPLEX_ENDPOINT_SHADERS_SEARCH "shaders/search"