We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7ae81b commit 5844680Copy full SHA for 5844680
1 file changed
src/components/UserProfile/UserSettings/UserLinkedAccountsSettings/index.tsx
@@ -75,7 +75,8 @@ const UserLinkedAccountsSettings = () => {
75
type: LinkedAccountType.Plex,
76
username: user.plexUsername,
77
});
78
- // Jellyfin and Emby both store the linked username in jellyfinUsername
+ // Jellyfin and Emby both store the linked username in jellyfinUsername; do
79
+ // not gate on user.userType or LOCAL/Plex users with a linked server stay hidden.
80
if (user.jellyfinUsername) {
81
const treatAsEmby =
82
user.userType === UserType.EMBY ||
0 commit comments