aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Mac/MacAppHost.cs
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2016-11-19 13:20:26 -0500
committerLuke <luke.pulverenti@gmail.com>2016-11-19 13:20:26 -0500
commitb6b735f0d1096e16ba2b7de8dd92c42bd09e6262 (patch)
tree4749cf239984b12d90069f40c6e33addd6a56ddb /MediaBrowser.Server.Mac/MacAppHost.cs
parent5209ce9b2f7d2c56bca2c65966a5e2e7cc982133 (diff)
update mac project
Diffstat (limited to 'MediaBrowser.Server.Mac/MacAppHost.cs')
-rw-r--r--MediaBrowser.Server.Mac/MacAppHost.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Mac/MacAppHost.cs b/MediaBrowser.Server.Mac/MacAppHost.cs
index 054913d4dd..342829c107 100644
--- a/MediaBrowser.Server.Mac/MacAppHost.cs
+++ b/MediaBrowser.Server.Mac/MacAppHost.cs
@@ -3,7 +3,8 @@ using System.Collections.Generic;
using System.Reflection;
using Emby.Server.Core;
using Emby.Server.Core.Data;
-using Emby.Server.Core.FFMpeg;
+using Emby.Server.Implementations;
+using Emby.Server.Implementations.FFMpeg;
using MediaBrowser.Model.IO;
using MediaBrowser.Model.Logging;
using MediaBrowser.Model.System;