Test checkin

pull/470/head
tidusjar 8 years ago
parent a732753a56
commit 7443e90257

5
.gitignore vendored

@ -234,5 +234,6 @@ _Pvt_Extensions
# FAKE - F# Make # FAKE - F# Make
.fake/ .fake/
*.ncrunchproject *.ncrunchproject
*.ncrunchsolution *.ncrunchsolution
/Package.nuspec

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

Loading…
Cancel
Save