mirror of
https://github.com/lantean-code/qbtmud.git
synced 2025-10-23 04:52:22 +00:00
Add context menu and fixes
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user