Skip to content

Commit

Permalink
change artist's songs order
Browse files Browse the repository at this point in the history
  • Loading branch information
cosven committed May 10, 2024
1 parent 5907fed commit 784c9cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fuo_qqmusic/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
}},
Expand Down

0 comments on commit 784c9cc

Please sign in to comment.