1
0
mirror of https://github.com/hanxi/xiaomusic.git synced 2026-03-15 08:13:16 +08:00

fix: 修复保存报错

This commit is contained in:
涵曦
2026-01-15 20:24:37 +08:00
parent 24e802c9fc
commit 79dcaf07d4

View File

@@ -730,7 +730,7 @@ class XiaoMusic:
async with ClientSession() as session:
await self._auth_manager.init_all_data(session, self._device_manager)
self._music_library.gen_all_music_list()
self.update_devices()
self._device_manager.update_devices()
self.update_all_playlist()
debug_config = deepcopy_data_no_sensitive_info(self.config)