fix playlist gui not refresh when switching

This commit is contained in:
Aynakeya
2022-07-21 23:30:28 -07:00
parent c0c83ef82a
commit 4c0b407475
2 changed files with 2 additions and 1 deletions

View File

@@ -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(

View File

@@ -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/修复部分歌词不更新