1
0
mirror of https://github.com/hanxi/xiaomusic.git synced 2025-12-15 16:18:14 +08:00

fix: 修复电台删除后没有从电台列表中删除的问题

This commit is contained in:
涵曦
2024-06-30 10:19:53 +00:00
parent ab447a4633
commit e68bc3b937

View File

@@ -476,6 +476,7 @@ class XiaoMusic:
if not self.config.music_list_json:
return
self._all_radio = {}
music_list = json.loads(self.config.music_list_json)
try:
for item in music_list: