diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml
index e4b3f5acd..8db00723d 100644
--- a/.github/workflows/cypress.yml
+++ b/.github/workflows/cypress.yml
@@ -43,8 +43,8 @@ jobs:
- name: Run Docker Image
run: nohup docker run --rm -p 5000:5000 ombi &
- # - name: Run Wiremock Plex
- # run: nohup docker run -it --rm -p 8080:8080 --name wiremock wiremock/wiremock:2.35.0
+ - name: Run Wiremock Plex
+ run: nohup docker run -it --rm -p 32400:8080 --name wiremock wiremock/wiremock:2.35.0
- name: Sleep for server to start
run: sleep 20
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..ff438feee 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 @@