mirror of
https://github.com/lantean-code/qbtmud.git
synced 2025-11-02 21:13:15 +00:00
Code cleanup
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
using Lantean.QBitTorrentClient.Models;
|
||||
using System;
|
||||
using System.Net;
|
||||
using System.Net.Http.Json;
|
||||
using System.Text.Json;
|
||||
|
||||
@@ -120,7 +120,6 @@ namespace Lantean.QBitTorrentClient
|
||||
{
|
||||
return apiClient.AddTorrentTags([tag], null, hashes.ToArray());
|
||||
}
|
||||
|
||||
|
||||
public static Task RecheckTorrent(this IApiClient apiClient, string hash)
|
||||
{
|
||||
|
||||
@@ -12,4 +12,4 @@
|
||||
return httpClient.GetAsync($"{requestUrl}{builder.ToQueryString()}");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,4 @@
|
||||
|
||||
namespace Lantean.QBitTorrentClient.Models
|
||||
namespace Lantean.QBitTorrentClient.Models
|
||||
{
|
||||
public class SaveLocation
|
||||
{
|
||||
@@ -79,4 +78,4 @@ namespace Lantean.QBitTorrentClient.Models
|
||||
return ToValue().ToString();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user