mirror of
https://github.com/jellyfin/jellyfin-sdk-csharp.git
synced 2024-11-26 23:20:43 +00:00
Update unstable OpenAPI client
This commit is contained in:
parent
f08147733c
commit
3221fec283
@ -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>
|
||||
|
@ -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.
|
||||
/// <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.</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.
|
||||
/// <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.</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.
|
||||
/// <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.</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; }
|
||||
|
Loading…
Reference in New Issue
Block a user