mirror of
https://github.com/AynaLivePlayer/AynaLivePlayer.git
synced 2026-05-12 02:25:00 +08:00
fix playlist gui not refresh when switching
This commit is contained in:
@@ -83,6 +83,7 @@ func createPlaylists() fyne.CanvasObject {
|
||||
})
|
||||
PlaylistManager.Playlists.OnSelected = func(id widget.ListItemID) {
|
||||
PlaylistManager.Index = id
|
||||
PlaylistManager.PlaylistMedia.Refresh()
|
||||
}
|
||||
return container.NewHBox(
|
||||
container.NewBorder(
|
||||
|
||||
2
todo.txt
2
todo.txt
@@ -13,7 +13,7 @@ beta
|
||||
----
|
||||
|
||||
Finished
|
||||
- 2022.7.21 : 修复本地歌单的bug/fix webinfo can't apply media-cover css
|
||||
- 2022.7.21 : 修复本地歌单的bug/fix webinfo can't apply media-cover css/修复切换歌单时不自动刷新
|
||||
- 2022.7.18@0.9.0: Fix bug/网页第二版跟新,加入自定义模板/修复图片加载不出来导致的闪退bug
|
||||
- 2022.7.18 : Fix bug
|
||||
- 2022.7.16@0.8.6: 网页输出第一版更新/修复历史列表部分歌曲放不出来的bug/修复部分歌词不更新
|
||||
|
||||
Reference in New Issue
Block a user