mirror of
https://github.com/dalbodeule/chibot-chzzk-bot.git
synced 2025-06-09 07:18:22 +00:00
Merge pull request #113 from dalbodeule/develop
some fix on SongSResponseDTO
This commit is contained in:
commit
36a5b24e4c
@ -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