mirror of
https://github.com/hanxi/xiaomusic.git
synced 2025-12-16 16:38:16 +08:00
修复播放列表的问题
This commit is contained in:
@@ -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