This commit is contained in:
afkarxyz
2026-01-11 23:18:18 +07:00
parent 36fb34dc63
commit 0f2174bf80
4 changed files with 5 additions and 11 deletions
-6
View File
@@ -336,12 +336,6 @@ func (a *App) DownloadTrack(req DownloadRequest) (DownloadResponse, error) {
}
deezerISRC := req.ISRC
if deezerISRC != "" {
isrcValid := len(deezerISRC) == 12 && strings.Contains(deezerISRC, "-")
if !isrcValid {
deezerISRC = ""
}
}
if deezerISRC == "" && req.SpotifyID != "" {
songlinkClient := backend.NewSongLinkClient()