aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Devices/DevicesOptions.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Model/Devices/DevicesOptions.cs')
-rw-r--r--MediaBrowser.Model/Devices/DevicesOptions.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Devices/DevicesOptions.cs b/MediaBrowser.Model/Devices/DevicesOptions.cs
index 6c2082e8d..ba2baddbe 100644
--- a/MediaBrowser.Model/Devices/DevicesOptions.cs
+++ b/MediaBrowser.Model/Devices/DevicesOptions.cs
@@ -5,6 +5,7 @@ namespace MediaBrowser.Model.Devices
{
public string[] EnabledCameraUploadDevices { get; set; }
public string CameraUploadPath { get; set; }
+ public bool EnableCameraUploadSubfolders { get; set; }
public DevicesOptions()
{