fix shortcut setting

This commit is contained in:
Luke Pulverenti
2015-09-03 00:16:31 -04:00
parent d482c6efc7
commit 46aa31b399
4 changed files with 11 additions and 10 deletions

View File

@@ -48,7 +48,7 @@ namespace MediaBrowser.Controller.Entities
[IgnoreDataMember]
public virtual bool IsPreSorted
{
get { return ConfigurationManager.Configuration.EnableWindowsShortcuts; }
get { return false; }
}
/// <summary>
@@ -120,7 +120,7 @@ namespace MediaBrowser.Controller.Entities
[IgnoreDataMember]
protected virtual bool SupportsShortcutChildren
{
get { return false; }
get { return ConfigurationManager.Configuration.EnableWindowsShortcuts; }
}
/// <summary>