1
0
mirror of https://github.com/hanxi/xiaomusic.git synced 2025-12-06 14:52:50 +08:00

Compare commits

...

2 Commits

Author SHA1 Message Date
涵曦
b5ab8e398a new version v0.1.78 2024-06-29 15:34:41 +00:00
涵曦
8907e41818 修复播放列表的问题 2024-06-29 15:34:38 +00:00
3 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "xiaomusic"
version = "0.1.77"
version = "0.1.78"
description = "Play Music with xiaomi AI speaker"
authors = [
{name = "涵曦", email = "im.hanxi@gmail.com"},

View File

@@ -1 +1 @@
__version__ = "0.1.77"
__version__ = "0.1.78"

View File

@@ -828,6 +828,7 @@ class XiaoMusic:
self.log.info(f"根据【{list_name}】找到播放列表【{real_name}")
list_name = real_name
self.log.info(f"没找到播放列表【{list_name}")
return list_name
# 播放一个播放列表
async def play_music_list(self, **kwargs):