diff --git a/src/components/UserProfile/UserSettings/UserLinkedAccountsSettings/index.tsx b/src/components/UserProfile/UserSettings/UserLinkedAccountsSettings/index.tsx index c7f4f1725..a19ee3ac4 100644 --- a/src/components/UserProfile/UserSettings/UserLinkedAccountsSettings/index.tsx +++ b/src/components/UserProfile/UserSettings/UserLinkedAccountsSettings/index.tsx @@ -75,7 +75,8 @@ const UserLinkedAccountsSettings = () => { type: LinkedAccountType.Plex, username: user.plexUsername, }); - // Jellyfin and Emby both store the linked username in jellyfinUsername + // Jellyfin and Emby both store the linked username in jellyfinUsername; do + // not gate on user.userType or LOCAL/Plex users with a linked server stay hidden. if (user.jellyfinUsername) { const treatAsEmby = user.userType === UserType.EMBY ||