mirror of
https://github.com/lantean-code/qbtmud.git
synced 2025-11-16 20:01:53 +00:00
Add project files.
This commit is contained in:
11
Lantean.QBitTorrentClient/Models/TrackerStatus.cs
Normal file
11
Lantean.QBitTorrentClient/Models/TrackerStatus.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace Lantean.QBitTorrentClient.Models
|
||||
{
|
||||
public enum TrackerStatus
|
||||
{
|
||||
Disabled = 0,
|
||||
Uncontacted = 1,
|
||||
Working = 2,
|
||||
Updating = 3,
|
||||
NotWorking = 4,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user