aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/System/SystemInfo.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-09-05 13:19:13 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-09-05 13:19:13 -0400
commit16e4d4599af157f94883412d050b792b97c116f6 (patch)
tree81d25e40a0c9cf813ace2aabca9d77c9cb2e4f62 /MediaBrowser.Model/System/SystemInfo.cs
parent890510346a01364404259a5d08f6ee0b6d7dff68 (diff)
fix directory browser in startup wizard
Diffstat (limited to 'MediaBrowser.Model/System/SystemInfo.cs')
-rw-r--r--MediaBrowser.Model/System/SystemInfo.cs11
1 files changed, 3 insertions, 8 deletions
diff --git a/MediaBrowser.Model/System/SystemInfo.cs b/MediaBrowser.Model/System/SystemInfo.cs
index 094c4fda62..c8209baa85 100644
--- a/MediaBrowser.Model/System/SystemInfo.cs
+++ b/MediaBrowser.Model/System/SystemInfo.cs
@@ -9,11 +9,6 @@ namespace MediaBrowser.Model.System
public class SystemInfo : PublicSystemInfo
{
/// <summary>
- /// Gets or sets the operating sytem.
- /// </summary>
- /// <value>The operating sytem.</value>
- public string OperatingSystem { get; set; }
- /// <summary>
/// Gets or sets the display name of the operating system.
/// </summary>
/// <value>The display name of the operating system.</value>
@@ -30,7 +25,7 @@ namespace MediaBrowser.Model.System
/// </summary>
/// <value><c>true</c> if [supports running as service]; otherwise, <c>false</c>.</value>
public bool SupportsRunningAsService { get; set; }
-
+
/// <summary>
/// Gets or sets the mac address.
/// </summary>
@@ -108,7 +103,7 @@ namespace MediaBrowser.Model.System
/// </summary>
/// <value>The cache path.</value>
public string CachePath { get; set; }
-
+
/// <summary>
/// Gets or sets the log path.
/// </summary>
@@ -120,7 +115,7 @@ namespace MediaBrowser.Model.System
/// </summary>
/// <value>The internal metadata path.</value>
public string InternalMetadataPath { get; set; }
-
+
/// <summary>
/// Gets or sets the transcoding temporary path.
/// </summary>