mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-14 01:02:57 -07:00
Test checkin
This commit is contained in:
parent
a732753a56
commit
7443e90257
2 changed files with 4 additions and 3 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -234,5 +234,6 @@ _Pvt_Extensions
|
|||
|
||||
# FAKE - F# Make
|
||||
.fake/
|
||||
*.ncrunchproject
|
||||
*.ncrunchsolution
|
||||
*.ncrunchproject
|
||||
*.ncrunchsolution
|
||||
/Package.nuspec
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue