mirror of
https://github.com/AynaLivePlayer/AynaLivePlayer.git
synced 2025-12-15 14:38:17 +08:00
ui界面优化,event handler优化-新增任务池模式,歌词加载优化,新房间管理(可以自动连接) 本地音频搜索算法优化,
This commit is contained in:
@@ -137,7 +137,7 @@ func createPlaylistMedias() fyne.CanvasObject {
|
||||
btns := object.(*fyne.Container).Objects[2].(*fyne.Container).Objects
|
||||
m.User = controller.SystemUser
|
||||
btns[0].(*widget.Button).OnTapped = func() {
|
||||
controller.Instance.PlayControl().Play(m)
|
||||
showDialogIfError(controller.Instance.PlayControl().Play(m))
|
||||
}
|
||||
btns[1].(*widget.Button).OnTapped = func() {
|
||||
controller.Instance.Playlists().GetCurrent().Push(m)
|
||||
|
||||
Reference in New Issue
Block a user