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