From 2d6d30392b79470245f444c2092b81afbc2f42c7 Mon Sep 17 00:00:00 2001 From: Colin Hemphill Date: Sun, 14 Sep 2025 08:28:10 -0500 Subject: [PATCH] Update watchlist server url --- output/plex-media-server-spec-dereferenced.yaml | 4 ++-- src/paths/library/sections/watchlist/get-watch-list.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/output/plex-media-server-spec-dereferenced.yaml b/output/plex-media-server-spec-dereferenced.yaml index fabd3338..9d0761a3 100644 --- a/output/plex-media-server-spec-dereferenced.yaml +++ b/output/plex-media-server-spec-dereferenced.yaml @@ -5676,8 +5676,8 @@ paths: example: 401 '/library/sections/watchlist/{filter}': servers: - - url: 'https://metadata.provider.plex.tv' - description: The plex metadata provider server + - url: 'https://discover.provider.plex.tv' + description: The plex discover provider server get: tags: - Watchlist diff --git a/src/paths/library/sections/watchlist/get-watch-list.yaml b/src/paths/library/sections/watchlist/get-watch-list.yaml index ab0eaee5..62bd996a 100644 --- a/src/paths/library/sections/watchlist/get-watch-list.yaml +++ b/src/paths/library/sections/watchlist/get-watch-list.yaml @@ -1,6 +1,6 @@ servers: - - url: "https://metadata.provider.plex.tv" - description: The plex metadata provider server + - url: "https://discover.provider.plex.tv" + description: The plex discover provider server get: tags: - Watchlist