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

pull/140/head
tidusjar 9 years ago
parent 39a5032c3e
commit 2d4f680537

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

Loading…
Cancel
Save