Compare commits

...

4 Commits

Author SHA1 Message Date
shaonianzhentan ce6d2df177 Merge branch 'dev' 2024-01-20 11:44:05 +08:00
shaonianzhentan 53d76e02f0 update 2024-01-20 11:43:44 +08:00
shaonianzhentan 24e9a3a1d8 fix #46 2024-01-20 11:42:26 +08:00
shaonianzhentan 74753122af 同步代码 2024-01-17 10:11:21 +08:00
2 changed files with 2 additions and 2 deletions

View File

@ -159,7 +159,7 @@ class CloudMusic():
# 获取歌单列表
async def async_get_playlist(self, playlist_id):
res = await self.netease_cloud_music(f'/playlist/track/all?id={playlist_id}')
res = await self.netease_cloud_music(f'/playlist/track/all?id={playlist_id}&limit=1000')
def format_playlist(item):
id = item['id']

View File

@ -1,7 +1,7 @@
{
"domain": "ha_cloud_music",
"name": "\u4E91\u97F3\u4E50",
"version": "2024.1.17",
"version": "2024.1.20",
"config_flow": true,
"documentation": "https://github.com/shaonianzhentan/ha_cloud_music",
"requirements": [