From 3e5158ef9cda58ea2dd3be143f07aa5433691d79 Mon Sep 17 00:00:00 2001 From: tidusjar Date: Wed, 19 Oct 2022 15:27:30 +0100 Subject: [PATCH] fix(plex): :bug: Fixed not being able to enable watchlist requests in the Plex settings --- src/Ombi/ClientApp/src/app/settings/plex/plex.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 53077fe01..23c02be58 100644 --- a/src/Ombi/ClientApp/src/app/settings/plex/plex.component.html +++ b/src/Ombi/ClientApp/src/app/settings/plex/plex.component.html @@ -5,7 +5,7 @@ - + When a Plex User adds something to their watchlist in Plex, it will turn up in Ombi as a Request if enabled. This only applies to users that are logging in with their Plex Account
Request limits if set are all still applied