Skip to content

Commit

Permalink
fix: 修改歌单名字漏更新歌单列表
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxi committed Dec 22, 2024
1 parent c09baaa commit b37b6fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xiaomusic/xiaomusic.py
Original file line number Diff line number Diff line change
Expand Up @@ -1171,6 +1171,7 @@ def play_list_update_name(self, oldname, newname):
play_list = custom_play_list[oldname]
custom_play_list.pop(oldname)
custom_play_list[newname] = play_list
self.save_custom_play_list()
return True

# 获取所有自定义歌单
Expand Down

0 comments on commit b37b6fd

Please sign in to comment.