some fix on wsSongListRoutes

- song remove from list(database) logic add
This commit is contained in:
dalbodeule
2024-08-24 15:08:05 +09:00
parent 9f4f8e84aa
commit b87cf8cbfb
2 changed files with 8 additions and 5 deletions

View File

@@ -14,7 +14,6 @@ class SongEvent(
val uid: String,
val type: SongType,
val reqUid: String?,
val reqName: String?,
val current: YoutubeVideo? = null,
val next: YoutubeVideo? = null,
val delUrl: String? = null,