mirror of
https://github.com/hanxi/xiaomusic.git
synced 2025-12-13 15:58:13 +08:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b5ab8e398a | ||
|
|
8907e41818 |
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "xiaomusic"
|
name = "xiaomusic"
|
||||||
version = "0.1.77"
|
version = "0.1.78"
|
||||||
description = "Play Music with xiaomi AI speaker"
|
description = "Play Music with xiaomi AI speaker"
|
||||||
authors = [
|
authors = [
|
||||||
{name = "涵曦", email = "im.hanxi@gmail.com"},
|
{name = "涵曦", email = "im.hanxi@gmail.com"},
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
__version__ = "0.1.77"
|
__version__ = "0.1.78"
|
||||||
|
|||||||
@@ -828,6 +828,7 @@ class XiaoMusic:
|
|||||||
self.log.info(f"根据【{list_name}】找到播放列表【{real_name}】")
|
self.log.info(f"根据【{list_name}】找到播放列表【{real_name}】")
|
||||||
list_name = real_name
|
list_name = real_name
|
||||||
self.log.info(f"没找到播放列表【{list_name}】")
|
self.log.info(f"没找到播放列表【{list_name}】")
|
||||||
|
return list_name
|
||||||
|
|
||||||
# 播放一个播放列表
|
# 播放一个播放列表
|
||||||
async def play_music_list(self, **kwargs):
|
async def play_music_list(self, **kwargs):
|
||||||
|
|||||||
Reference in New Issue
Block a user