Fallenbagel / jellyseerr

Fork of overseerr for jellyfin support.
https://docs.jellyseerr.dev/
MIT License
3.56k stars 223 forks source link

Wrong user type when importing from Emby #948

Closed JoaquinOlivero closed 1 month ago

JoaquinOlivero commented 1 month ago

Description

When using the feature to import users from Emby, they get assigned the Jellyfin type instead of Emby.

This is the line that sets the user type to Jellyfin when using the import feature. https://github.com/Fallenbagel/jellyseerr/blob/a02a0dd1765a6f9333fa105578c858ae6eb16bfc/server/routes/user/index.ts#L553

This doesn't happen when the user manually logs in.

Version

Develop

Steps to Reproduce

  1. Go to Users tab
  2. Click on import Emby users
  3. Select desired users and import them

Screenshots

image

Logs

No response

Platform

desktop

Device

Desktop pc

Operating System

Ubuntu 22.04

Browser

Chrome

Additional Context

No response

Code of Conduct