diff --git a/src/components/UserProfile/UserSettings/UserGeneralSettings/index.tsx b/src/components/UserProfile/UserSettings/UserGeneralSettings/index.tsx index db963c8ec..d5d3cf9b3 100644 --- a/src/components/UserProfile/UserSettings/UserGeneralSettings/index.tsx +++ b/src/components/UserProfile/UserSettings/UserGeneralSettings/index.tsx @@ -422,45 +422,51 @@ const UserGeneralSettings = () => { {hasPermission( [Permission.AUTO_REQUEST, Permission.AUTO_REQUEST_MOVIE], { type: 'or' } - ) && ( -
- -
- { - setFieldValue( - 'watchlistSyncMovies', - !values.watchlistSyncMovies - ); - }} - /> + ) && + user?.userType === UserType.PLEX && ( +
+ +
+ { + setFieldValue( + 'watchlistSyncMovies', + !values.watchlistSyncMovies + ); + }} + /> +
-
- )} + )} {hasPermission( [Permission.AUTO_REQUEST, Permission.AUTO_REQUEST_TV], { type: 'or' }