Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.

Commit 46cb818

Browse files
committed
oops
1 parent e6aeb19 commit 46cb818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ func main() {
2828
Category = getEnv("CATEGORY", "music")
2929
Region = getEnv("REGION", "eu")
3030
Port = getEnv("PORT", "8687")
31-
ApiLink = "https://" + Region + "qobuz.squid.wtf/api"
31+
ApiLink = "https://" + Region + ".qobuz.squid.wtf/api"
3232
ApiKey = getEnv("API_KEY", "")
3333

3434
//create folders if they don't exist yet

0 commit comments

Comments
 (0)