Skip to content

Commit 61005bb

Browse files
authored
credit to music.gdstudio.xyz
1 parent 693df1c commit 61005bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

engines/pyncm/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ async fn fetch_song_info(id: &str, ctx: &Context) -> anyhow::Result<PyNCMRespons
6262
debug!("Fetching the song information…");
6363

6464
let bitrate = if ctx.enable_flac { 999 } else { 320 };
65+
// Credit: This API is provided by GD studio (music.gdstudio.xyz).
6566
let url = Url::parse_with_params(
6667
"https://music-api.gdstudio.xyz/api.php?types=url&source=netease",
6768
&[("id", id), ("br", &bitrate.to_string())],

0 commit comments

Comments
 (0)