Test checkin

This commit is contained in:
tidusjar 2016-07-07 10:02:52 +01:00
parent a732753a56
commit 7443e90257
2 changed files with 4 additions and 3 deletions

View file

@ -75,7 +75,7 @@ namespace PlexRequests.UI
var s = new Setup();
var cn = s.SetupDb(baseUrl);
s.CacheQualityProfiles();
ConfigureTargets(cn);
ConfigureTargets(cn);
SetupLogging();
if (port == -1 || port == 3579)