mirror of
https://github.com/hanxi/xiaomusic.git
synced 2026-04-05 12:05:06 +08:00
fix: 修改歌单名字漏更新歌单列表
This commit is contained in:
@@ -1171,6 +1171,7 @@ class XiaoMusic:
|
||||
play_list = custom_play_list[oldname]
|
||||
custom_play_list.pop(oldname)
|
||||
custom_play_list[newname] = play_list
|
||||
self.save_custom_play_list()
|
||||
return True
|
||||
|
||||
# 获取所有自定义歌单
|
||||
|
||||
Reference in New Issue
Block a user