diff options
| author | LukePulverenti <luke.pulverenti@gmail.com> | 2013-03-17 23:10:21 -0400 |
|---|---|---|
| committer | LukePulverenti <luke.pulverenti@gmail.com> | 2013-03-17 23:10:21 -0400 |
| commit | cf61ac0264883e53f024088a88148b87cbbf89a7 (patch) | |
| tree | 07912cbc932912335693377f4b82e1c4a0431335 /MediaBrowser.Controller/Entities/CollectionFolder.cs | |
| parent | c1d38106c745313073986499e06a168146162f8b (diff) | |
fixed client type display for ios. also fixed display preferences saving.
Diffstat (limited to 'MediaBrowser.Controller/Entities/CollectionFolder.cs')
| -rw-r--r-- | MediaBrowser.Controller/Entities/CollectionFolder.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Entities/CollectionFolder.cs b/MediaBrowser.Controller/Entities/CollectionFolder.cs index 091cbdc3b..c64f001c1 100644 --- a/MediaBrowser.Controller/Entities/CollectionFolder.cs +++ b/MediaBrowser.Controller/Entities/CollectionFolder.cs @@ -35,7 +35,7 @@ namespace MediaBrowser.Controller.Entities /// Allow different display preferences for each collection folder /// </summary> /// <value>The display prefs id.</value> - public override Guid DisplayPrefsId + public override Guid DisplayPreferencesId { get { |
