aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Startup.Common
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-02-04 14:13:00 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-02-04 14:13:00 -0500
commitf2c3e014b7b86d2e4792ce5214be44b250813ae6 (patch)
tree5ecb8cabf8a8f102748d546c2de27c838de739c6 /MediaBrowser.Server.Startup.Common
parent6c3209e3f95cc537cc97984ba5a4d5eee0373424 (diff)
sync updates
Diffstat (limited to 'MediaBrowser.Server.Startup.Common')
-rw-r--r--MediaBrowser.Server.Startup.Common/ApplicationHost.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Startup.Common/ApplicationHost.cs b/MediaBrowser.Server.Startup.Common/ApplicationHost.cs
index e3e0d1363..b72a10801 100644
--- a/MediaBrowser.Server.Startup.Common/ApplicationHost.cs
+++ b/MediaBrowser.Server.Startup.Common/ApplicationHost.cs
@@ -1023,7 +1023,8 @@ namespace MediaBrowser.Server.Startup.Common
IsRunningAsService = IsRunningAsService,
SupportsRunningAsService = SupportsRunningAsService,
ServerName = FriendlyName,
- LocalAddress = LocalApiUrl
+ LocalAddress = LocalApiUrl,
+ SupportsSync = true
};
}