Skip to content

Commit

Permalink
Fix #3
Browse files Browse the repository at this point in the history
  • Loading branch information
chenmozhijin committed Mar 14, 2024
1 parent e956204 commit 0770b21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ def ne_get_songlist(listid: str | int, list_type: str) -> str | list:
case "songlist":
path = "/eapi/playlist/v4/detail"
params.update({"n": '500', 's': '0'})
params.update({'cache_key': get_cache_key(f'e_r=true&id={listid!s}&n=500&s=0')})

try:
data = _eapi_request(path, params)
Expand Down

0 comments on commit 0770b21

Please sign in to comment.