mirror of
https://github.com/seerr-team/seerr.git
synced 2026-06-16 12:30:37 -04:00
fix(settings): unify handling of Jellyfin and Emby usernames
This commit is contained in:
@@ -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 ||
|
||||
|
||||
Reference in New Issue
Block a user