|
@@ -2,7 +2,6 @@
|
|
|
using System.Collections.Generic;
|
|
|
using System.Reflection;
|
|
|
using Emby.Server.Core;
|
|
|
-using Emby.Server.Core.Data;
|
|
|
using Emby.Server.Implementations;
|
|
|
using Emby.Server.Implementations.FFMpeg;
|
|
|
using MediaBrowser.Model.IO;
|
|
@@ -35,6 +34,14 @@ namespace MediaBrowser.Server.Mac
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ protected override bool SupportsDualModeSockets
|
|
|
+ {
|
|
|
+ get
|
|
|
+ {
|
|
|
+ return true;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
protected override FFMpegInstallInfo GetFfmpegInstallInfo()
|
|
|
{
|
|
|
var info = new FFMpegInstallInfo();
|
|
@@ -95,11 +102,6 @@ namespace MediaBrowser.Server.Mac
|
|
|
throw new NotImplementedException();
|
|
|
}
|
|
|
|
|
|
- protected override IDbConnector GetDbConnector()
|
|
|
- {
|
|
|
- return new DbConnector(Logger);
|
|
|
- }
|
|
|
-
|
|
|
protected override void ConfigureAutoRunInternal(bool autorun)
|
|
|
{
|
|
|
throw new NotImplementedException();
|