some fix on songList logics

This commit is contained in:
dalbodeule 2024-08-24 15:10:44 +09:00
parent b87cf8cbfb
commit 1186f647d2
No known key found for this signature in database
GPG Key ID: EFA860D069C9FA65
2 changed files with 1 additions and 2 deletions

View File

@ -294,7 +294,6 @@ class UserHandler(
null, null,
null, null,
null, null,
null,
) )
) )

View File

@ -270,7 +270,7 @@ class MessageHandler(
user.token!!, user.token!!,
SongType.ADD, SongType.ADD,
msg.userId, msg.userId,
msg.profile?.nickname ?: "", null,
video, video,
) )
) )