(cherry picked from commit 4b22200708ca120cfdcf9cb796be92183adb95d1) Closes #9522pull/9515/head
parent
e3f33f5a61
commit
1400a8806d
@ -0,0 +1,9 @@
|
||||
namespace NzbDrone.Core.Download.Clients.QBittorrent
|
||||
{
|
||||
public enum QBittorrentContentLayout
|
||||
{
|
||||
Default = 0,
|
||||
Original = 1,
|
||||
Subfolder = 2
|
||||
}
|
||||
}
|
Loading…
Reference in new issue