revise shortcut support

This commit is contained in:
Luke Pulverenti
2015-08-14 21:44:30 -04:00
parent d1fd921280
commit 54dd38b2bd
5 changed files with 68 additions and 34 deletions

View File

@@ -214,6 +214,7 @@ namespace MediaBrowser.Model.Configuration
public int SharingExpirationDays { get; set; }
public bool DisableXmlSavers { get; set; }
public bool EnableWindowsShortcuts { get; set; }
/// <summary>
/// Initializes a new instance of the <see cref="ServerConfiguration" /> class.