mirror of
https://github.com/jellyfin/jellyfin-sdk-kotlin.git
synced 2024-11-23 05:49:59 +00:00
Make CurrentUserIdDefaultValue a data class
This commit is contained in:
parent
55f31ef66c
commit
fcf130479a
@ -6,7 +6,7 @@ import org.jellyfin.openapi.constants.Classes
|
||||
import org.jellyfin.openapi.constants.Packages
|
||||
import org.jellyfin.openapi.constants.Strings
|
||||
|
||||
class CurrentUserIdDefaultValue(
|
||||
data class CurrentUserIdDefaultValue(
|
||||
private val isString: Boolean,
|
||||
) : DefaultValue.CodeBlock {
|
||||
override fun build() = CodeBlock.builder().apply {
|
||||
|
Loading…
Reference in New Issue
Block a user