Changed around the startup so we cache the profiles after the DB has been created

This commit is contained in:
tidusjar 2016-04-04 14:36:18 +01:00
parent 39a5032c3e
commit 2d4f680537

View file

@ -63,8 +63,8 @@ namespace PlexRequests.UI
WriteOutVersion();
var s = new Setup();
s.CacheQualityProfiles();
var cn = s.SetupDb();
s.CacheQualityProfiles();
ConfigureTargets(cn);