diff --git a/src/Ombi/ClientApp/package.json b/src/Ombi/ClientApp/package.json
index a302214b2..ea58d1d02 100644
--- a/src/Ombi/ClientApp/package.json
+++ b/src/Ombi/ClientApp/package.json
@@ -37,7 +37,7 @@
"angularx-qrcode": "^15.0.0",
"bootstrap": "^4.2.1",
"core-js": "^2.5.4",
- "jquery": "3.6.1",
+ "jquery": "3.7.0",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"ng2-cookies": "^1.0.12",
@@ -50,8 +50,7 @@
"primeng": "^15.4.1",
"rxjs": "^7.5.4",
"ts-md5": "^1.2.7",
- "tslint-angular": "^1.1.2",
- "zone.js": "~0.11.4"
+ "zone.js": "~0.13.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.0.2",
diff --git a/src/Ombi/ClientApp/src/app/settings/plex/components/plex-server-dialog/plex-server-dialog.component.html b/src/Ombi/ClientApp/src/app/settings/plex/components/plex-server-dialog/plex-server-dialog.component.html
index 606dda639..b9984662d 100644
--- a/src/Ombi/ClientApp/src/app/settings/plex/components/plex-server-dialog/plex-server-dialog.component.html
+++ b/src/Ombi/ClientApp/src/app/settings/plex/components/plex-server-dialog/plex-server-dialog.component.html
@@ -5,47 +5,47 @@
Server Name
-
+
Hostname / IP
-
Must be specified.
Port
-
Must be specified.
Must be a number.
-
+
SSL
Plex Authorization Token
-
Must be specified.
Machine Identifier
-
Must be specified.
Externally Facing Hostname
-
This will be the external address that users will navigate to when they press the 'View On Plex' button
@@ -58,7 +58,7 @@
Episode Batch Size
-
+
150 by default, you shouldn't need to change this, this sets how many episodes we request from Plex at a single time.
@@ -66,7 +66,7 @@
Libraries
-
Load Libraries
@@ -74,10 +74,10 @@
0">
Please select the libraries for Ombi to monitor. If nothing is selected, Ombi will monitor all
libraries.
-
+
@@ -87,7 +87,7 @@
-
@@ -95,7 +95,7 @@
-
@@ -103,7 +103,7 @@
-
+
Cancel
@@ -111,7 +111,7 @@
-
diff --git a/src/Ombi/ClientApp/src/app/settings/plex/components/plex-server-dialog/plex-server-dialog.component.ts b/src/Ombi/ClientApp/src/app/settings/plex/components/plex-server-dialog/plex-server-dialog.component.ts
index e83a90e61..f3ff58937 100644
--- a/src/Ombi/ClientApp/src/app/settings/plex/components/plex-server-dialog/plex-server-dialog.component.ts
+++ b/src/Ombi/ClientApp/src/app/settings/plex/components/plex-server-dialog/plex-server-dialog.component.ts
@@ -37,7 +37,7 @@ export class PlexServerDialogComponent {
public testPlex() {
this.testerService.plexTest(this.data.server).pipe(take(1))
.subscribe(x => {
- if (x === true) {
+ if (x) {
this.notificationService.success(`Successfully connected to the Plex server ${this.data.server.name}!`);
} else {
this.notificationService.error(`We could not connect to the Plex server ${this.data.server.name}!`);
diff --git a/src/Ombi/ClientApp/src/app/settings/plex/plex.component.html b/src/Ombi/ClientApp/src/app/settings/plex/plex.component.html
index 783650dd3..4bfcbf1c5 100644
--- a/src/Ombi/ClientApp/src/app/settings/plex/plex.component.html
+++ b/src/Ombi/ClientApp/src/app/settings/plex/plex.component.html
@@ -30,13 +30,13 @@
Servers
-
+
{{server.name}}
-
+
Manually Add Server
@@ -114,13 +114,13 @@