mirror of
https://github.com/AynaLivePlayer/AynaLivePlayer.git
synced 2026-03-15 14:03:17 +08:00
music id match up
This commit is contained in:
@@ -66,6 +66,7 @@ func (d *Diange) Match(command string) bool {
|
||||
}
|
||||
|
||||
func (d *Diange) Execute(command string, args []string, danmu *liveclient.DanmuMessage) {
|
||||
l().Infof("%s(%s) Execute command: %s %s", danmu.User.Username, danmu.User.Uid, command, args)
|
||||
// if queue is full, return
|
||||
if controller.UserPlaylist.Size() >= d.QueueMax {
|
||||
l().Info("Queue is full, ignore diange")
|
||||
|
||||
Reference in New Issue
Block a user