mirror of
https://github.com/dalbodeule/chibot-chzzk-bot.git
synced 2025-06-09 07:18:22 +00:00
some fix on SongSResponseDTO
- add @Serializable annotation
This commit is contained in:
parent
8bbd163458
commit
22bbd05aff
@ -20,6 +20,7 @@ data class SongsDTO(
|
|||||||
val reqName: String
|
val reqName: String
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@Serializable
|
||||||
data class SongsResponseDTO(
|
data class SongsResponseDTO(
|
||||||
val current: SongsDTO? = null,
|
val current: SongsDTO? = null,
|
||||||
val next: List<SongsDTO> = emptyList()
|
val next: List<SongsDTO> = emptyList()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user