From e92b197ddb1f9fac55a3b9807a292772ce0f8427 Mon Sep 17 00:00:00 2001
From: Sam Heinz <54530346+asylumexp@users.noreply.github.com>
Date: Wed, 11 Dec 2024 18:59:21 +1000
Subject: [PATCH] [TB] Fix UI errors
---
client/src/app/setup/setup.component.html | 1 +
server/RdtClient.Data/Models/Internal/DbSettings.cs | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/client/src/app/setup/setup.component.html b/client/src/app/setup/setup.component.html
index 643e618..28c81e3 100644
--- a/client/src/app/setup/setup.component.html
+++ b/client/src/app/setup/setup.component.html
@@ -55,6 +55,7 @@
Use this link to sign up to Premiumize.
+
Use this link to sign up to TorBox.
diff --git a/server/RdtClient.Data/Models/Internal/DbSettings.cs b/server/RdtClient.Data/Models/Internal/DbSettings.cs
index 9402b33..a641f13 100644
--- a/server/RdtClient.Data/Models/Internal/DbSettings.cs
+++ b/server/RdtClient.Data/Models/Internal/DbSettings.cs
@@ -152,11 +152,11 @@ At this point only 1 provider can be used at the time.")]
[Description(@"You can find your API key here:
https://real-debrid.com/apitoken
or
-https://alldebrid.com/apikeys/
+https://alldebrid.com/apikeys/
or
https://www.premiumize.me/account/
or
-https://torbox.app/settings/")]
+https://torbox.app/settings/")]
public String ApiKey { get; set; } = "";
[DisplayName("Automatically import and process torrents added to provider")]