From 8d5c0cbe0420efabdfccef5e1d98972ab085a1bf Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 25 Aug 2013 13:18:56 -0400 Subject: fixes around saving music brainz id's to xml --- MediaBrowser.Controller/Entities/Folder.cs | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'MediaBrowser.Controller/Entities/Folder.cs') diff --git a/MediaBrowser.Controller/Entities/Folder.cs b/MediaBrowser.Controller/Entities/Folder.cs index 9ee618f78a..91f4504c23 100644 --- a/MediaBrowser.Controller/Entities/Folder.cs +++ b/MediaBrowser.Controller/Entities/Folder.cs @@ -67,21 +67,6 @@ namespace MediaBrowser.Controller.Entities } } - /// - /// Return the id that should be used to key display prefs for this item. - /// Default is based on the type for everything except actual generic folders. - /// - /// The display prefs id. - [IgnoreDataMember] - public virtual Guid DisplayPreferencesId - { - get - { - var thisType = GetType(); - return thisType == typeof(Folder) ? Id : thisType.FullName.GetMD5(); - } - } - public virtual List LinkedChildren { get; set; } protected virtual bool SupportsShortcutChildren -- cgit v1.2.3