mirror of
https://github.com/LukeHagar/plexcsharp.git
synced 2025-12-06 20:47:49 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.513.4
This commit is contained in:
@@ -107,7 +107,7 @@ namespace LukeHagar.PlexAPI.SDK.Models.Requests
|
||||
/// Indicates whether voice activity is detected.
|
||||
/// </summary>
|
||||
[JsonProperty("hasVoiceActivity")]
|
||||
public bool HasVoiceActivity { get; set; } = default!;
|
||||
public bool? HasVoiceActivity { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// The audio profile used for the media (e.g., DTS, Dolby Digital, etc.).
|
||||
@@ -128,6 +128,6 @@ namespace LukeHagar.PlexAPI.SDK.Models.Requests
|
||||
/// An array of parts for this media item.
|
||||
/// </summary>
|
||||
[JsonProperty("Part")]
|
||||
public List<GetAllMediaLibraryPart> Part { get; set; } = default!;
|
||||
public List<GetAllMediaLibraryPart>? Part { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user