From 836a5282e09f6f2fef112e78383a4ff8bcbb03c8 Mon Sep 17 00:00:00 2001 From: tidusjar Date: Mon, 8 Mar 2021 21:34:34 +0000 Subject: [PATCH] Missed these files from the previous commit --- .../src/app/landingpage/landingpage.component.html | 2 +- .../components/tv/tv-details.component.html | 10 ++++++++-- src/Ombi/Properties/launchSettings.json | 4 ++-- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/src/Ombi/ClientApp/src/app/landingpage/landingpage.component.html b/src/Ombi/ClientApp/src/app/landingpage/landingpage.component.html index 7f5d13c3c..90e1cb599 100644 --- a/src/Ombi/ClientApp/src/app/landingpage/landingpage.component.html +++ b/src/Ombi/ClientApp/src/app/landingpage/landingpage.component.html @@ -42,7 +42,7 @@
- +
diff --git a/src/Ombi/ClientApp/src/app/media-details/components/tv/tv-details.component.html b/src/Ombi/ClientApp/src/app/media-details/components/tv/tv-details.component.html index 7da2ee6ca..141c48b79 100644 --- a/src/Ombi/ClientApp/src/app/media-details/components/tv/tv-details.component.html +++ b/src/Ombi/ClientApp/src/app/media-details/components/tv/tv-details.component.html @@ -50,13 +50,19 @@ (click)="request()"> {{ 'Common.Request' | translate }} - - + + + + diff --git a/src/Ombi/Properties/launchSettings.json b/src/Ombi/Properties/launchSettings.json index 0116bc6e8..b3899f8c3 100644 --- a/src/Ombi/Properties/launchSettings.json +++ b/src/Ombi/Properties/launchSettings.json @@ -14,7 +14,7 @@ "profiles": { "IIS Express": { "commandName": "IISExpress", - "commandLineArgs": "--host http://*:3577" , + "commandLineArgs": "--host http://*:3577", "launchBrowser": true, "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" @@ -22,7 +22,7 @@ }, "Ombi": { "commandName": "Project", - "commandLineArgs": "--host http://localhost:3577 --baseUrl /ombi/", + "commandLineArgs": "--host http://localhost:3577", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" },