Skip to content

Commit

Permalink
another revert
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Ryland committed Oct 19, 2024
1 parent bb73e78 commit f741eac
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 @@ -24,7 +24,7 @@ public class MediaInputStatus
/// Position of the cursor in milliseconds. `null` if not playing
/// </summary>
[JsonProperty(PropertyName = "mediaCursor")]
public int? Cursor { get; set; }
public int Cursor { get; set; }

/// <summary>
/// Instantiate from JObject
Expand Down

0 comments on commit f741eac

Please sign in to comment.