mirror of
https://github.com/dalbodeule/chibot-chzzk-bot.git
synced 2025-12-08 09:35:44 +09:00
some fix on SongSResponseDTO
- add @Serializable annotation
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user