fixed Deluge get labels

This commit is contained in:
Flaminel
2025-03-25 22:13:57 +02:00
parent f2130ad734
commit ab8fbc4b6e
@@ -196,7 +196,7 @@ public sealed class DelugeClient
public async Task<IReadOnlyList<string>> GetLabels()
{
return await SendRequest<IReadOnlyList<string>>("label.label.get_labels");
return await SendRequest<IReadOnlyList<string>>("label.get_labels");
}
public async Task CreateLabel(string label)