Radarr/src/NzbDrone.Core/Download/Clients/QBittorrent/QBittorrentPriority.cs

9 lines
144 B
C#

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