mirror of
https://github.com/hanxi/xiaomusic.git
synced 2026-04-05 12:05:06 +08:00
fix: 修复首页看不到设备的问题
This commit is contained in:
@@ -266,7 +266,6 @@ class XiaoMusic:
|
||||
device.device_id = device_id
|
||||
device.hardware = hardware
|
||||
device.name = name
|
||||
device.play_type = device.get("play_type", PLAY_TYPE_RND)
|
||||
devices[did] = device
|
||||
self.config.devices = devices
|
||||
self.log.info(f"选中的设备: {devices}")
|
||||
|
||||
Reference in New Issue
Block a user