mirror of
https://github.com/lantean-code/qbtmud.git
synced 2025-11-22 07:21:14 +00:00
Add project files.
This commit is contained in:
10
Lantean.QBitTorrentClient/Models/Priority.cs
Normal file
10
Lantean.QBitTorrentClient/Models/Priority.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace Lantean.QBitTorrentClient.Models
|
||||
{
|
||||
public enum Priority
|
||||
{
|
||||
DoNotDownload = 0,
|
||||
Normal = 1,
|
||||
High = 6,
|
||||
Maximum = 7
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user