.deezer url log

This commit is contained in:
afkarxyz
2026-04-02 14:48:52 +07:00
parent 460405a437
commit 1128b0245f
+1
View File
@@ -119,6 +119,7 @@ func (s *SongLinkClient) resolveLinksViaDeezerSongLink(links *resolvedTrackLinks
attempts = append(attempts, fmt.Sprintf("deezer isrc: %v", err))
} else {
links.DeezerURL = deezerURL
fmt.Printf("Found Deezer URL: %s\n", links.DeezerURL)
}
}