diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-02-04 14:13:00 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-02-04 14:13:00 -0500 |
| commit | f2c3e014b7b86d2e4792ce5214be44b250813ae6 (patch) | |
| tree | 5ecb8cabf8a8f102748d546c2de27c838de739c6 /MediaBrowser.Server.Startup.Common | |
| parent | 6c3209e3f95cc537cc97984ba5a4d5eee0373424 (diff) | |
sync updates
Diffstat (limited to 'MediaBrowser.Server.Startup.Common')
| -rw-r--r-- | MediaBrowser.Server.Startup.Common/ApplicationHost.cs | 3 |
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 }; } |
