Skip to content

Commit

Permalink
Update mdmc.ts
Browse files Browse the repository at this point in the history
limit
  • Loading branch information
simon300000 committed Oct 30, 2024
1 parent 74b33ff commit 8604867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/mdmc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const makeList = async () => {
const downloadSongs = () => fetch('https://api.mdmc.moe/v2/charts/ranked').then<MusicAPIResult>(w => w.json())

const downloadCore = async ({ hash }: { hash: string }) => {
const w = await fetch(`https://api.mdmc.moe/v2/hq/md?bms_id=${hash}`).then<APIResults>(p => p.json())
const w = await fetch(`https://api.mdmc.moe/v2/hq/md?bms_id=${hash}&limit=2000`).then<APIResults>(p => p.json())
return w.result
}

Expand Down

0 comments on commit 8604867

Please sign in to comment.