Radarr/src/NzbDrone.Core/Download/Clients/uTorrent/UTorrentPriority.cs

9 lines
135 B
C#

namespace NzbDrone.Core.Download.Clients.UTorrent
{
public enum UTorrentPriority
{
Last = 0,
First = 1
}
}