diff --git a/frontend/utility/GoLiveAPI_PostData.cpp b/frontend/utility/GoLiveAPI_PostData.cpp index 6e241dc17..02be6f28c 100644 --- a/frontend/utility/GoLiveAPI_PostData.cpp +++ b/frontend/utility/GoLiveAPI_PostData.cpp @@ -21,14 +21,6 @@ GoLiveApi::PostData constructGoLivePost(QString streamKey, const std::optional #include +#include #include @@ -94,7 +95,7 @@ using json = nlohmann::json; struct Client { string name = "obs-studio"; string version; - std::vector supported_codecs; + std::unordered_set supported_codecs; NLOHMANN_DEFINE_TYPE_INTRUSIVE(Client, name, version, supported_codecs) };