Exemple #1
0
 protected override async Task <int> OnExecuteTorrentSpecificAsync(QBittorrentClient client, CommandLineApplication app, IConsole console)
 {
     await(IsAll
         ? client.ClearTorrentTagsAsync()
         : client.ClearTorrentTagsAsync(Hash));
     return(ExitCodes.Success);
 }