mirror of
https://github.com/dalbodeule/chibot-chzzk-bot.git
synced 2025-08-07 21:01:14 +00: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