mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 13:23:20 -07:00
Correct JellyfinUser to type 5
Make everything consistent here with the Store entity number.
This commit is contained in:
parent
fce9e88b1e
commit
85e98e587f
3 changed files with 3 additions and 4 deletions
|
@ -20,6 +20,6 @@ namespace Ombi.Core.Models
|
|||
LocalUser = 1,
|
||||
PlexUser = 2,
|
||||
EmbyUser = 3,
|
||||
JellyfinUser = 4
|
||||
JellyfinUser = 5
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue