#114 start caching quality profiles. Set the cache on startup and when obtaining quality profiles in settings

This commit is contained in:
Drewster727 2016-04-03 20:32:36 -05:00
parent 08b14d0164
commit e8c222f66e
6 changed files with 81 additions and 14 deletions

View file

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