From a9bbd55c0599d3cd0352bf22dd94bab82a456cbc Mon Sep 17 00:00:00 2001 From: stefangross Date: Sat, 3 Jul 2021 10:43:15 +0200 Subject: [PATCH 1/2] Fixed issue with couchpotato profiles not loading correctly --- .../src/app/settings/couchpotato/couchpotato.component.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Ombi/ClientApp/src/app/settings/couchpotato/couchpotato.component.html b/src/Ombi/ClientApp/src/app/settings/couchpotato/couchpotato.component.html index 396fe12ad..0c4fec2d2 100644 --- a/src/Ombi/ClientApp/src/app/settings/couchpotato/couchpotato.component.html +++ b/src/Ombi/ClientApp/src/app/settings/couchpotato/couchpotato.component.html @@ -1,4 +1,4 @@ - +
@@ -55,7 +55,7 @@ Quality Profiles - {{profile.label}} + {{profile.label}} A Default Quality Profile is required @@ -85,4 +85,4 @@
-
\ No newline at end of file + From 0bbf5c1b562112d9b226226f19f9f55daf843dd2 Mon Sep 17 00:00:00 2001 From: stefangross Date: Sat, 3 Jul 2021 11:20:42 +0200 Subject: [PATCH 2/2] added null check to to prevent crash when loading couchpotato settings for the first time --- .../src/app/settings/couchpotato/couchpotato.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ombi/ClientApp/src/app/settings/couchpotato/couchpotato.component.html b/src/Ombi/ClientApp/src/app/settings/couchpotato/couchpotato.component.html index 0c4fec2d2..d1ab4edb6 100644 --- a/src/Ombi/ClientApp/src/app/settings/couchpotato/couchpotato.component.html +++ b/src/Ombi/ClientApp/src/app/settings/couchpotato/couchpotato.component.html @@ -55,7 +55,7 @@ Quality Profiles - {{profile.label}} + {{profile.label}} A Default Quality Profile is required