mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-08 06:00:50 -07:00
Changed around the startup so we cache the profiles after the DB has been created
This commit is contained in:
parent
39a5032c3e
commit
2d4f680537
1 changed files with 1 additions and 1 deletions
|
@ -63,8 +63,8 @@ namespace PlexRequests.UI
|
|||
WriteOutVersion();
|
||||
|
||||
var s = new Setup();
|
||||
s.CacheQualityProfiles();
|
||||
var cn = s.SetupDb();
|
||||
s.CacheQualityProfiles();
|
||||
ConfigureTargets(cn);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue