mirror of
https://github.com/lantean-code/qbtmud.git
synced 2025-10-23 04:52:22 +00:00
Convert more tables to use DynamicTable and implement tracker page context menu
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
|
||||
namespace Lantean.QBitTorrentClient.Models
|
||||
{
|
||||
public record TorrentTrackers
|
||||
public record TorrentTracker
|
||||
{
|
||||
[JsonConstructor]
|
||||
public TorrentTrackers(
|
||||
public TorrentTracker(
|
||||
string url,
|
||||
TrackerStatus status,
|
||||
int tier,
|
Reference in New Issue
Block a user