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