(cherry picked from commit 4b22200708ca120cfdcf9cb796be92183adb95d1)pull/1968/head
parent
67eeb4373c
commit
ae1bc8366c
@ -0,0 +1,9 @@
|
|||||||
|
namespace NzbDrone.Core.Download.Clients.QBittorrent
|
||||||
|
{
|
||||||
|
public enum QBittorrentContentLayout
|
||||||
|
{
|
||||||
|
Default = 0,
|
||||||
|
Original = 1,
|
||||||
|
Subfolder = 2
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in new issue