mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-10 23:42:36 -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();
|
WriteOutVersion();
|
||||||
|
|
||||||
var s = new Setup();
|
var s = new Setup();
|
||||||
s.CacheQualityProfiles();
|
|
||||||
var cn = s.SetupDb();
|
var cn = s.SetupDb();
|
||||||
|
s.CacheQualityProfiles();
|
||||||
ConfigureTargets(cn);
|
ConfigureTargets(cn);
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue