From 784c9ccd78993550bbf473f43a4e067509f0be3b Mon Sep 17 00:00:00 2001 From: cosven Date: Fri, 10 May 2024 19:54:31 +0800 Subject: [PATCH] change artist's songs order --- fuo_qqmusic/api.py | 1 + 1 file changed, 1 insertion(+) diff --git a/fuo_qqmusic/api.py b/fuo_qqmusic/api.py index 06c7585..aa34504 100644 --- a/fuo_qqmusic/api.py +++ b/fuo_qqmusic/api.py @@ -247,6 +247,7 @@ def artist_songs(self, artist_id, page=1, page_size=50): 'singerid': artist_id, 'begin': (page - 1) * page_size, 'num': page_size, + 'order': 1, # 热门/新,不带这个字段就是按歌曲新旧排序 # 有 newsong 字段时,服务端会返回含有 file 字段的字典 'newsong': 1 }},