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:
tidusjar 2019-08-08 15:42:04 +01:00
commit 769343a128
7 changed files with 17 additions and 14 deletions

View file

@ -101,7 +101,6 @@ namespace Ombi.Store.Context
UserName = "Api",
UserType = UserType.SystemUser,
NormalizedUserName = "API",
});
SaveChanges();
tran.Commit();