Update DeviceProfileBuilder.id to UUID

This commit is contained in:
Niels van Velzen 2024-09-22 17:11:31 +02:00 committed by Niels van Velzen
parent e753c00b4c
commit 83fbd58d9e

View File

@ -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].