.fix spotify rate limit issue

This commit is contained in:
afkarxyz
2026-03-25 16:17:44 +07:00
parent 4e7fc468cd
commit b31e1fe565
6 changed files with 797 additions and 419 deletions
+1 -1
View File
@@ -365,7 +365,7 @@ func (q *QobuzDownloader) DownloadTrack(spotifyID, outputDir, quality, filenameF
var deezerISRC string
if spotifyID != "" {
songlinkClient := NewSongLinkClient()
isrc, err := songlinkClient.GetISRC(spotifyID)
isrc, err := songlinkClient.GetISRCDirect(spotifyID)
if err != nil {
return "", fmt.Errorf("failed to get ISRC: %v", err)
}