aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Mac/MacAppHost.cs
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2016-11-14 01:00:53 -0500
committerLuke <luke.pulverenti@gmail.com>2016-11-14 01:00:53 -0500
commit6525d64aa8f4fdcea64406386887c9869ebfccdf (patch)
tree7ef8d239c5d0ea680d2fa3e041ab9895be41fc70 /MediaBrowser.Server.Mac/MacAppHost.cs
parentceaf0e2098ecd9aa9ca892142ef1b7d2ed9c26ba (diff)
update mac project
Diffstat (limited to 'MediaBrowser.Server.Mac/MacAppHost.cs')
-rw-r--r--MediaBrowser.Server.Mac/MacAppHost.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Server.Mac/MacAppHost.cs b/MediaBrowser.Server.Mac/MacAppHost.cs
index 9e068acd4..054913d4d 100644
--- a/MediaBrowser.Server.Mac/MacAppHost.cs
+++ b/MediaBrowser.Server.Mac/MacAppHost.cs
@@ -50,7 +50,7 @@ namespace MediaBrowser.Server.Mac
break;
}
- info.DownloadUrls = GetDownloadUrls(environment);
+ info.DownloadUrls = GetDownloadUrls();
return info;
}
@@ -72,7 +72,7 @@ namespace MediaBrowser.Server.Mac
protected override void RestartInternal()
{
- MainClass.Restart(StartupOptions);
+ MainClass.Restart();
}
protected override List<Assembly> GetAssembliesWithPartsInternal()