Skip to content

Commit

Permalink
fix: alldebrid .fr to .com
Browse files Browse the repository at this point in the history
  • Loading branch information
g0ldyy committed Jul 15, 2024
1 parent 3e213a4 commit 22c4445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comet/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@
if (selectedService === "realdebrid") {
apiKeyLink.href = "https://real-debrid.com/apitoken";
} else if (selectedService === "alldebrid") {
apiKeyLink.href = "https://alldebrid.fr/apikeys";
apiKeyLink.href = "https://alldebrid.com/apikeys";
} else if (selectedService === "premiumize") {
apiKeyLink.href = "https://premiumize.me/account";
} else if (selectedService === "torbox") {
Expand Down

0 comments on commit 22c4445

Please sign in to comment.