diff --git a/src/backend/providers/hdwatched.ts b/src/backend/providers/hdwatched.ts index 65e0c356..cacaec41 100644 --- a/src/backend/providers/hdwatched.ts +++ b/src/backend/providers/hdwatched.ts @@ -119,7 +119,7 @@ async function fetchSeries( registerProvider({ id: "hdwatched", displayName: "HDwatched", - rank: 50, + rank: 150, type: [MWMediaType.MOVIE, MWMediaType.SERIES], async scrape(options) { const { media, progress } = options;