Skip to content

Commit

Permalink
fix: biliMusicTop
Browse files Browse the repository at this point in the history
  • Loading branch information
lovegaoshi committed Apr 23, 2024
1 parent 04ee959 commit 3e3401b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/localization/zhcn/translation.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"_comment": "src/localization/en/translation.json",
"BiliCategory": {
"top": "b站音乐区TOP",
"top": "b站全站音乐榜",
"ranking": "b站音乐区排行榜",
"dynamic": "b站音乐区动态",
"3": "音乐",
Expand Down
2 changes: 1 addition & 1 deletion src/utils/mediafetch/biliMusicTop.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Source } from '@enums/MediaFetch';
import { biliApiLimiter } from './throttle';

const API =
'https://api.bilibili.com/x/copyright-music-publicity/toplist/music_list?{list_id}=175&web_location=0.0';
'https://api.bilibili.com/x/copyright-music-publicity/toplist/music_list?list_id={list_id}&web_location=0.0';

const topToSong = (data: any) =>
SongTS({
Expand Down

0 comments on commit 3e3401b

Please sign in to comment.