mirror of
https://github.com/dalbodeule/chibot-chzzk-bot.git
synced 2025-08-07 12:51:13 +00:00
Merge pull request #113 from dalbodeule/develop
some fix on SongSResponseDTO
This commit is contained in:
@@ -20,6 +20,7 @@ data class SongsDTO(
|
||||
val reqName: String
|
||||
)
|
||||
|
||||
@Serializable
|
||||
data class SongsResponseDTO(
|
||||
val current: SongsDTO? = null,
|
||||
val next: List<SongsDTO> = emptyList()
|
||||
|
Reference in New Issue
Block a user