From 3221fec2830f803c9fe2adbf7d06c1d997f32325 Mon Sep 17 00:00:00 2001 From: jellyfin-bot Date: Fri, 3 Sep 2021 01:32:55 +0000 Subject: [PATCH] Update unstable OpenAPI client --- unstable/Jellyfin.Sdk.csproj | 2 +- unstable/JellyfinSdk.g.cs | 30 +++++++----------------------- 2 files changed, 8 insertions(+), 24 deletions(-) diff --git a/unstable/Jellyfin.Sdk.csproj b/unstable/Jellyfin.Sdk.csproj index 1d1e5d5..24ba56e 100644 --- a/unstable/Jellyfin.Sdk.csproj +++ b/unstable/Jellyfin.Sdk.csproj @@ -5,7 +5,7 @@ true snupkg true - 10.8.0-unstable.202108310130 + 10.8.0-unstable.202109030131 CS1572 AllEnabledByDefault true diff --git a/unstable/JellyfinSdk.g.cs b/unstable/JellyfinSdk.g.cs index 72baeb2..a233882 100644 --- a/unstable/JellyfinSdk.g.cs +++ b/unstable/JellyfinSdk.g.cs @@ -59878,12 +59878,7 @@ namespace Jellyfin.Sdk [System.Text.Json.Serialization.JsonPropertyName("SupportsSync")] public bool SupportsSync { get; set; } - /// A MediaBrowser.Model.Dlna.DeviceProfile represents a set of metadata which determines which content a certain device is able to play. - /// <br /> - /// Specifically, it defines the supported <see cref="P:MediaBrowser.Model.Dlna.DeviceProfile.ContainerProfiles">containers</see> and - /// <see cref="P:MediaBrowser.Model.Dlna.DeviceProfile.CodecProfiles">codecs</see> (video and/or audio, including codec profiles and levels) - /// the device is able to direct play (without transcoding or remuxing), - /// as well as which <see cref="P:MediaBrowser.Model.Dlna.DeviceProfile.TranscodingProfiles">containers/codecs to transcode to</see> in case it isn't. + /// Gets or sets the device profile. [System.Text.Json.Serialization.JsonPropertyName("DeviceProfile")] public DeviceProfile DeviceProfile { get; set; } @@ -63354,12 +63349,7 @@ namespace Jellyfin.Sdk [System.Text.Json.Serialization.JsonPropertyName("EnableDirectStream")] public bool? EnableDirectStream { get; set; } - /// A MediaBrowser.Model.Dlna.DeviceProfile represents a set of metadata which determines which content a certain device is able to play. - /// <br /> - /// Specifically, it defines the supported <see cref="P:MediaBrowser.Model.Dlna.DeviceProfile.ContainerProfiles">containers</see> and - /// <see cref="P:MediaBrowser.Model.Dlna.DeviceProfile.CodecProfiles">codecs</see> (video and/or audio, including codec profiles and levels) - /// the device is able to direct play (without transcoding or remuxing), - /// as well as which <see cref="P:MediaBrowser.Model.Dlna.DeviceProfile.TranscodingProfiles">containers/codecs to transcode to</see> in case it isn't. + /// Gets or sets the device profile. [System.Text.Json.Serialization.JsonPropertyName("DeviceProfile")] public DeviceProfile DeviceProfile { get; set; } @@ -63593,12 +63583,7 @@ namespace Jellyfin.Sdk [System.Text.Json.Serialization.JsonPropertyName("LiveStreamId")] public string LiveStreamId { get; set; } - /// A MediaBrowser.Model.Dlna.DeviceProfile represents a set of metadata which determines which content a certain device is able to play. - /// <br /> - /// Specifically, it defines the supported <see cref="P:MediaBrowser.Model.Dlna.DeviceProfile.ContainerProfiles">containers</see> and - /// <see cref="P:MediaBrowser.Model.Dlna.DeviceProfile.CodecProfiles">codecs</see> (video and/or audio, including codec profiles and levels) - /// the device is able to direct play (without transcoding or remuxing), - /// as well as which <see cref="P:MediaBrowser.Model.Dlna.DeviceProfile.TranscodingProfiles">containers/codecs to transcode to</see> in case it isn't. + /// Gets or sets the device profile. [System.Text.Json.Serialization.JsonPropertyName("DeviceProfile")] public DeviceProfile DeviceProfile { get; set; } @@ -64407,7 +64392,7 @@ namespace Jellyfin.Sdk [System.Text.Json.Serialization.JsonPropertyName("ItemIds")] public System.Collections.Generic.IReadOnlyList ItemIds { get; set; } - /// Enum GroupQueueMode. + /// Gets or sets the mode in which to add the new items. [System.Text.Json.Serialization.JsonPropertyName("Mode")] [System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.JsonStringEnumConverter))] public GroupQueueMode Mode { get; set; } @@ -65628,8 +65613,7 @@ namespace Jellyfin.Sdk [System.Text.Json.Serialization.JsonPropertyName("DeviceType")] public string DeviceType { get; set; } - /// This is strictly used as a data transfer object from the api layer. - /// This holds information about a BaseItem in a format that is convenient for the client. + /// Gets or sets the now playing item. [System.Text.Json.Serialization.JsonPropertyName("NowPlayingItem")] public BaseItemDto NowPlayingItem { get; set; } @@ -65846,7 +65830,7 @@ namespace Jellyfin.Sdk [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "10.4.3.0 (Newtonsoft.Json v12.0.0.0)")] public partial class SetRepeatModeRequestDto { - /// Enum GroupRepeatMode. + /// Gets or sets the repeat mode. [System.Text.Json.Serialization.JsonPropertyName("Mode")] [System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.JsonStringEnumConverter))] public GroupRepeatMode Mode { get; set; } @@ -65858,7 +65842,7 @@ namespace Jellyfin.Sdk [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "10.4.3.0 (Newtonsoft.Json v12.0.0.0)")] public partial class SetShuffleModeRequestDto { - /// Enum GroupShuffleMode. + /// Gets or sets the shuffle mode. [System.Text.Json.Serialization.JsonPropertyName("Mode")] [System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.JsonStringEnumConverter))] public GroupShuffleMode Mode { get; set; }