aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Users/UserPolicy.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-04-10 10:01:16 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-04-10 10:01:16 -0400
commit4f7e8fee24ead08d114f41e9fd9c1c7b4dd55359 (patch)
tree4e0437477fc7f58311ecd932058423ad2973399f /MediaBrowser.Model/Users/UserPolicy.cs
parent1b600aee37fbcbe27ba48e669b5ada790aa4c5da (diff)
improve ffmpeg cleanup
Diffstat (limited to 'MediaBrowser.Model/Users/UserPolicy.cs')
-rw-r--r--MediaBrowser.Model/Users/UserPolicy.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Users/UserPolicy.cs b/MediaBrowser.Model/Users/UserPolicy.cs
index d7c894587..05c1b9de5 100644
--- a/MediaBrowser.Model/Users/UserPolicy.cs
+++ b/MediaBrowser.Model/Users/UserPolicy.cs
@@ -62,6 +62,8 @@ namespace MediaBrowser.Model.Users
public bool EnableAllFolders { get; set; }
public int InvalidLoginAttemptCount { get; set; }
+
+ public bool EnablePublicSharing { get; set; }
public UserPolicy()
{
@@ -94,6 +96,7 @@ namespace MediaBrowser.Model.Users
EnableAllDevices = true;
EnableContentDownloading = true;
+ EnablePublicSharing = true;
}
}
} \ No newline at end of file