Skip to content

Commit

Permalink
Update generated sources to 10.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jellyfin-bot committed Feb 17, 2025
1 parent cccf58c commit e2289f3
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 28 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ package org.jellyfin.sdk.api.info
import kotlin.String

public object ApiConstants {
public const val apiVersion: String = "10.10.5"
public const val apiVersion: String = "10.10.6"
}
Original file line number Diff line number Diff line change
Expand Up @@ -84,17 +84,7 @@ public data class OpenLiveStreamDto(
@SerialName("AlwaysBurnInSubtitleWhenTranscoding")
public val alwaysBurnInSubtitleWhenTranscoding: Boolean? = null,
/**
* A MediaBrowser.Model.Dlna.DeviceProfile represents a set of metadata which determines which
* content a certain device is able to play.
*
*
* Specifically, it defines the supported containers
* (`P:MediaBrowser.Model.Dlna.DeviceProfile.ContainerProfiles`) and
* codecs (`P:MediaBrowser.Model.Dlna.DeviceProfile.CodecProfiles`) (video and/or audio, including
* codec profiles and levels)
* the device is able to direct play (without transcoding or remuxing),
* as well as which containers/codecs to transcode to
* (`P:MediaBrowser.Model.Dlna.DeviceProfile.TranscodingProfiles`) in case it isn't.
* The device profile.
*/
@SerialName("DeviceProfile")
public val deviceProfile: DeviceProfile? = null,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,7 @@ public data class PlaybackInfoDto(
@SerialName("LiveStreamId")
public val liveStreamId: String? = null,
/**
* A MediaBrowser.Model.Dlna.DeviceProfile represents a set of metadata which determines which
* content a certain device is able to play.
*
*
* Specifically, it defines the supported containers
* (`P:MediaBrowser.Model.Dlna.DeviceProfile.ContainerProfiles`) and
* codecs (`P:MediaBrowser.Model.Dlna.DeviceProfile.CodecProfiles`) (video and/or audio, including
* codec profiles and levels)
* the device is able to direct play (without transcoding or remuxing),
* as well as which containers/codecs to transcode to
* (`P:MediaBrowser.Model.Dlna.DeviceProfile.TranscodingProfiles`) in case it isn't.
* The device profile.
*/
@SerialName("DeviceProfile")
public val deviceProfile: DeviceProfile? = null,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public data class QueueRequestDto(
@SerialName("ItemIds")
public val itemIds: List<UUID>,
/**
* Enum GroupQueueMode.
* The mode in which to add the new items.
*/
@SerialName("Mode")
public val mode: GroupQueueMode,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import kotlinx.serialization.Serializable
@Serializable
public data class SetRepeatModeRequestDto(
/**
* Enum GroupRepeatMode.
* The repeat mode.
*/
@SerialName("Mode")
public val mode: GroupRepeatMode,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import kotlinx.serialization.Serializable
@Serializable
public data class SetShuffleModeRequestDto(
/**
* Enum GroupShuffleMode.
* The shuffle mode.
*/
@SerialName("Mode")
public val mode: GroupShuffleMode,
Expand Down
4 changes: 2 additions & 2 deletions openapi.json
Git LFS file not shown

0 comments on commit e2289f3

Please sign in to comment.