Update unstable OpenAPI client

This commit is contained in:
jellyfin-bot 2021-09-03 01:32:55 +00:00
parent f08147733c
commit 3221fec283
2 changed files with 8 additions and 24 deletions

View File

@ -5,7 +5,7 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Version>10.8.0-unstable.202108310130</Version>
<Version>10.8.0-unstable.202109030131</Version>
<NoWarn>CS1572</NoWarn>
<AnalysisMode>AllEnabledByDefault</AnalysisMode>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

View File

@ -59878,12 +59878,7 @@ namespace Jellyfin.Sdk
[System.Text.Json.Serialization.JsonPropertyName("SupportsSync")]
public bool SupportsSync { get; set; }
/// <summary>A MediaBrowser.Model.Dlna.DeviceProfile represents a set of metadata which determines which content a certain device is able to play.
/// &lt;br /&gt;
/// Specifically, it defines the supported &lt;see cref="P:MediaBrowser.Model.Dlna.DeviceProfile.ContainerProfiles"&gt;containers&lt;/see&gt; and
/// &lt;see cref="P:MediaBrowser.Model.Dlna.DeviceProfile.CodecProfiles"&gt;codecs&lt;/see&gt; (video and/or audio, including codec profiles and levels)
/// the device is able to direct play (without transcoding or remuxing),
/// as well as which &lt;see cref="P:MediaBrowser.Model.Dlna.DeviceProfile.TranscodingProfiles"&gt;containers/codecs to transcode to&lt;/see&gt; in case it isn't.</summary>
/// <summary>Gets or sets the device profile.</summary>
[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; }
/// <summary>A MediaBrowser.Model.Dlna.DeviceProfile represents a set of metadata which determines which content a certain device is able to play.
/// &lt;br /&gt;
/// Specifically, it defines the supported &lt;see cref="P:MediaBrowser.Model.Dlna.DeviceProfile.ContainerProfiles"&gt;containers&lt;/see&gt; and
/// &lt;see cref="P:MediaBrowser.Model.Dlna.DeviceProfile.CodecProfiles"&gt;codecs&lt;/see&gt; (video and/or audio, including codec profiles and levels)
/// the device is able to direct play (without transcoding or remuxing),
/// as well as which &lt;see cref="P:MediaBrowser.Model.Dlna.DeviceProfile.TranscodingProfiles"&gt;containers/codecs to transcode to&lt;/see&gt; in case it isn't.</summary>
/// <summary>Gets or sets the device profile.</summary>
[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; }
/// <summary>A MediaBrowser.Model.Dlna.DeviceProfile represents a set of metadata which determines which content a certain device is able to play.
/// &lt;br /&gt;
/// Specifically, it defines the supported &lt;see cref="P:MediaBrowser.Model.Dlna.DeviceProfile.ContainerProfiles"&gt;containers&lt;/see&gt; and
/// &lt;see cref="P:MediaBrowser.Model.Dlna.DeviceProfile.CodecProfiles"&gt;codecs&lt;/see&gt; (video and/or audio, including codec profiles and levels)
/// the device is able to direct play (without transcoding or remuxing),
/// as well as which &lt;see cref="P:MediaBrowser.Model.Dlna.DeviceProfile.TranscodingProfiles"&gt;containers/codecs to transcode to&lt;/see&gt; in case it isn't.</summary>
/// <summary>Gets or sets the device profile.</summary>
[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<System.Guid> ItemIds { get; set; }
/// <summary>Enum GroupQueueMode.</summary>
/// <summary>Gets or sets the mode in which to add the new items.</summary>
[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; }
/// <summary>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.</summary>
/// <summary>Gets or sets the now playing item.</summary>
[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
{
/// <summary>Enum GroupRepeatMode.</summary>
/// <summary>Gets or sets the repeat mode.</summary>
[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
{
/// <summary>Enum GroupShuffleMode.</summary>
/// <summary>Gets or sets the shuffle mode.</summary>
[System.Text.Json.Serialization.JsonPropertyName("Mode")]
[System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.JsonStringEnumConverter))]
public GroupShuffleMode Mode { get; set; }