From 62d2b3e4cd35a265ec64c8b7179f1c3958da80e8 Mon Sep 17 00:00:00 2001 From: tt2468 Date: Mon, 7 Jun 2021 01:12:32 -0700 Subject: [PATCH] RequestStatus: Add KeyNotFound --- src/requesthandler/rpc/RequestStatus.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requesthandler/rpc/RequestStatus.h b/src/requesthandler/rpc/RequestStatus.h index a9d68f33..bcf4cb9e 100644 --- a/src/requesthandler/rpc/RequestStatus.h +++ b/src/requesthandler/rpc/RequestStatus.h @@ -93,7 +93,7 @@ namespace RequestStatus { HotkeyNotFound = 615, // The specified directory was not found DirectoryNotFound = 616, - // The specified config item (obs_config_t) was not found. Could be section or parameter name + // The specified config item (config_t) was not found. Could be section or parameter name ConfigParameterNotFound = 617, // The specified property (obs_properties_t) was not found PropertyNotFound = 618,