Skip to content

Commit

Permalink
Make MediaInputStatus::StateString public again
Browse files Browse the repository at this point in the history
  • Loading branch information
DrEsteban committed May 20, 2024
1 parent 0db77d2 commit 7462f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion obs-websocket-dotnet/Types/MediaInputStatus.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class MediaInputStatus
/// State of the media input
/// </summary>
[JsonProperty(PropertyName = "mediaState")]
internal string StateString { get; set; }
public string StateString { get; set; }

/// <summary>
/// State of the media input
Expand Down

0 comments on commit 7462f2b

Please sign in to comment.