Skip to content

Commit

Permalink
Always download filter in silent mode, even if no supported applicati…
Browse files Browse the repository at this point in the history
…ons found #61
  • Loading branch information
DavidMoore committed Mar 16, 2020
1 parent 833acf5 commit 708c12f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Code/IPFilter/EntryPoint.cs
Original file line number Diff line number Diff line change
Expand Up @@ -129,13 +129,7 @@ static async Task SilentMain()
var detector = new ApplicationEnumerator();

var apps = (await detector.GetInstalledApplications()).ToList();

if (!apps.Any())
{
Trace.TraceWarning("No BitTorrent applications found. Nothing to do, so exiting.");
return;
}


var cancellationSource = new CancellationTokenSource();

// Download the filter
Expand Down

0 comments on commit 708c12f

Please sign in to comment.