Correct JellyfinUser to type 5

Make everything consistent here with the Store entity number.
This commit is contained in:
Joshua M. Boniface 2020-12-12 02:55:57 -05:00
commit 85e98e587f
3 changed files with 3 additions and 4 deletions

View file

@ -20,6 +20,6 @@ namespace Ombi.Core.Models
LocalUser = 1,
PlexUser = 2,
EmbyUser = 3,
JellyfinUser = 4
JellyfinUser = 5
}
}