fix(watchlist-sync): correct permission typo for TV auto requests (#2488)

This commit is contained in:
fallenbagel
2026-02-18 19:23:20 +05:00
committed by GitHub
parent dc1734d41f
commit e0e4b6f512

View File

@@ -45,7 +45,7 @@ class WatchlistSync {
[ [
Permission.AUTO_REQUEST, Permission.AUTO_REQUEST,
Permission.AUTO_REQUEST_MOVIE, Permission.AUTO_REQUEST_MOVIE,
Permission.AUTO_APPROVE_TV, Permission.AUTO_REQUEST_TV,
], ],
{ type: 'or' } { type: 'or' }
) )