Add context menu and fixes

This commit is contained in:
ahjephson
2024-07-18 18:52:03 +01:00
parent 50fbbd9e6e
commit ab548bb0e8
38 changed files with 994 additions and 104 deletions

View File

@@ -837,7 +837,7 @@ namespace Lantean.QBitTorrentClient
response.EnsureSuccessStatusCode();
}
public async Task DeleteTags(IEnumerable<string> tags)
public async Task DeleteTags(params string[] tags)
{
var content = new FormUrlEncodedBuilder()
.AddCommaSeparated("tags", tags)