From 7462f2b202a1f07d79923a53a86f0aadb61c357b Mon Sep 17 00:00:00 2001 From: Steven Ryland Date: Mon, 20 May 2024 12:11:27 -0700 Subject: [PATCH] Make MediaInputStatus::StateString public again --- obs-websocket-dotnet/Types/MediaInputStatus.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obs-websocket-dotnet/Types/MediaInputStatus.cs b/obs-websocket-dotnet/Types/MediaInputStatus.cs index 9a50691..4df0fab 100644 --- a/obs-websocket-dotnet/Types/MediaInputStatus.cs +++ b/obs-websocket-dotnet/Types/MediaInputStatus.cs @@ -13,7 +13,7 @@ public class MediaInputStatus /// State of the media input /// [JsonProperty(PropertyName = "mediaState")] - internal string StateString { get; set; } + public string StateString { get; set; } /// /// State of the media input