diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-10-19 22:06:05 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-10-19 22:06:05 -0400 |
| commit | 994cc020f8cc3ff2fa566dce5a9df096bcaabd31 (patch) | |
| tree | 027fb2c5f4a9d450680bb0ab59f1bbdc1bb1f2d0 /MediaBrowser.Controller | |
| parent | 51c3f270ae80290da75e48b0e4aa838af72b07b6 (diff) | |
restore video grouping feature
Diffstat (limited to 'MediaBrowser.Controller')
| -rw-r--r-- | MediaBrowser.Controller/Entities/User.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Entities/User.cs b/MediaBrowser.Controller/Entities/User.cs index bf0f7a2a8..a9e314ede 100644 --- a/MediaBrowser.Controller/Entities/User.cs +++ b/MediaBrowser.Controller/Entities/User.cs @@ -20,6 +20,7 @@ namespace MediaBrowser.Controller.Entities { public static IUserManager UserManager { get; set; } public static IXmlSerializer XmlSerializer { get; set; } + public bool EnableUserViews { get; set; } /// <summary> /// From now on all user paths will be Id-based. |
