Code cleanup

This commit is contained in:
ahjephson
2024-06-03 08:04:09 +01:00
parent b7c057468d
commit f49b876666
48 changed files with 73 additions and 87 deletions

View File

@@ -1,5 +1,4 @@
using Lantean.QBitTorrentClient.Models;
using System;
using System.Net;
using System.Net.Http.Json;
using System.Text.Json;

View File

@@ -120,7 +120,6 @@ namespace Lantean.QBitTorrentClient
{
return apiClient.AddTorrentTags([tag], null, hashes.ToArray());
}
public static Task RecheckTorrent(this IApiClient apiClient, string hash)
{

View File

@@ -12,4 +12,4 @@
return httpClient.GetAsync($"{requestUrl}{builder.ToQueryString()}");
}
}
}
}

View File

@@ -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();
}
}
}
}