Skip to content

Commit 5844680

Browse files
committed
fix(settings): unify handling of Jellyfin and Emby usernames
1 parent a7ae81b commit 5844680

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • src/components/UserProfile/UserSettings/UserLinkedAccountsSettings

src/components/UserProfile/UserSettings/UserLinkedAccountsSettings/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ const UserLinkedAccountsSettings = () => {
7575
type: LinkedAccountType.Plex,
7676
username: user.plexUsername,
7777
});
78-
// Jellyfin and Emby both store the linked username in jellyfinUsername
78+
// 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.
7980
if (user.jellyfinUsername) {
8081
const treatAsEmby =
8182
user.userType === UserType.EMBY ||

0 commit comments

Comments
 (0)