Skip to content

Commit

Permalink
Deleting search from session after completion.
Browse files Browse the repository at this point in the history
  • Loading branch information
fedarovich committed Mar 26, 2019
1 parent b6692f4 commit 6fea020
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ protected override async Task<int> OnExecuteAuthenticatedAsync(QBittorrentClient

Console.CancelKeyPress -= OnCancel;
await client.StopSearchAsync(id);
await client.DeleteSearchAsync(id);
}

return ExitCodes.Success;
Expand Down

0 comments on commit 6fea020

Please sign in to comment.