From e0e4b6f512d2efe717d1065ab5a85aa5c717dea4 Mon Sep 17 00:00:00 2001 From: fallenbagel <98979876+fallenbagel@users.noreply.github.com> Date: Wed, 18 Feb 2026 19:23:20 +0500 Subject: [PATCH] fix(watchlist-sync): correct permission typo for TV auto requests (#2488) --- server/lib/watchlistsync.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/lib/watchlistsync.ts b/server/lib/watchlistsync.ts index be73a0df..7ec976b9 100644 --- a/server/lib/watchlistsync.ts +++ b/server/lib/watchlistsync.ts @@ -45,7 +45,7 @@ class WatchlistSync { [ Permission.AUTO_REQUEST, Permission.AUTO_REQUEST_MOVIE, - Permission.AUTO_APPROVE_TV, + Permission.AUTO_REQUEST_TV, ], { type: 'or' } )