mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Fixed issue where using the API to request a movie/tv show would throw an exception when only using the API Key #3091
This commit is contained in:
parent
25186ba149
commit
769343a128
7 changed files with 17 additions and 14 deletions
|
@ -101,7 +101,6 @@ namespace Ombi.Store.Context
|
|||
UserName = "Api",
|
||||
UserType = UserType.SystemUser,
|
||||
NormalizedUserName = "API",
|
||||
|
||||
});
|
||||
SaveChanges();
|
||||
tran.Commit();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue