fix directory browser in startup wizard

This commit is contained in:
Luke Pulverenti
2015-09-05 13:19:13 -04:00
parent 890510346a
commit 16e4d4599a
3 changed files with 11 additions and 9 deletions

View File

@@ -26,6 +26,12 @@ namespace MediaBrowser.Model.System
/// <value>The version.</value>
public string Version { get; set; }
/// <summary>
/// Gets or sets the operating sytem.
/// </summary>
/// <value>The operating sytem.</value>
public string OperatingSystem { get; set; }
/// <summary>
/// Gets or sets the id.
/// </summary>