mirror of
https://github.com/jellyfin/jellyfin-sdk-kotlin.git
synced 2024-11-26 23:50:32 +00:00
Update DeviceProfileBuilder.id to UUID
This commit is contained in:
parent
e753c00b4c
commit
83fbd58d9e
@ -1,5 +1,6 @@
|
||||
package org.jellyfin.sdk.model.deviceprofile
|
||||
|
||||
import org.jellyfin.sdk.model.UUID
|
||||
import org.jellyfin.sdk.model.api.CodecProfile
|
||||
import org.jellyfin.sdk.model.api.ContainerProfile
|
||||
import org.jellyfin.sdk.model.api.DeviceProfile
|
||||
@ -15,7 +16,7 @@ public class DeviceProfileBuilder(
|
||||
/**
|
||||
* @see [DeviceProfile.id].
|
||||
*/
|
||||
public var id: String? = null
|
||||
public var id: UUID? = null
|
||||
|
||||
/**
|
||||
* @see [DeviceProfile.name].
|
||||
|
Loading…
Reference in New Issue
Block a user