fix(watchlist-sync): correct permission typo for TV auto requests (#2488)
This commit is contained in:
@@ -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' }
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user