Skip to content

Commit

Permalink
Update generated sources to 10.8.12
Browse files Browse the repository at this point in the history
(cherry picked from commit 15011ed)
  • Loading branch information
jellyfin-bot authored and nielsvanvelzen committed Nov 5, 2023
1 parent 7429775 commit adf190f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 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.8.11"
public const val apiVersion: String = "10.8.12"
}
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ public data class SessionInfo(
@SerialName("DeviceType")
public val deviceType: String? = null,
/**
* The now playing item.
* 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.
*/
@SerialName("NowPlayingItem")
public val nowPlayingItem: BaseItemDto? = null,
Expand Down
4 changes: 2 additions & 2 deletions openapi.json
Git LFS file not shown

0 comments on commit adf190f

Please sign in to comment.