From 0bbf5c1b562112d9b226226f19f9f55daf843dd2 Mon Sep 17 00:00:00 2001 From: stefangross Date: Sat, 3 Jul 2021 11:20:42 +0200 Subject: [PATCH] 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