mirror of
https://github.com/jellyfin/jellyfin-sdk-kotlin.git
synced 2024-11-23 22:09:53 +00:00
Fix wrong serial name for SessionsStopMessage
This commit is contained in:
parent
35dca528df
commit
2c4a42b479
@ -4,5 +4,5 @@ import kotlinx.serialization.SerialName
|
||||
import kotlinx.serialization.Serializable
|
||||
|
||||
@Serializable
|
||||
@SerialName("SessionsStart")
|
||||
@SerialName("SessionsStop")
|
||||
public class SessionsStopMessage : OutgoingSocketMessage
|
||||
|
Loading…
Reference in New Issue
Block a user