ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.459.2

This commit is contained in:
speakeasybot
2024-12-22 00:24:32 +00:00
parent 0ec48b6a1d
commit c9746b7ad8
24 changed files with 102 additions and 85 deletions

View File

@@ -65,6 +65,12 @@ namespace LukeHagar.PlexAPI.SDK.Models.Requests
[JsonProperty("musicAnalysisVersion")]
public string? MusicAnalysisVersion { get; set; }
/// <summary>
/// The original untranslated name of the media item when non-english, or the track artist if an audio Item has an album artist
/// </summary>
[JsonProperty("originalTitle")]
public string? OriginalTitle { get; set; }
[JsonProperty("parentGuid")]
public string? ParentGuid { get; set; }