|
|
|
@ -439,14 +439,6 @@ namespace Emby.Server.Implementations
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public virtual bool SupportsRunningAsService
|
|
|
|
|
{
|
|
|
|
|
get
|
|
|
|
|
{
|
|
|
|
|
return false;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
private DeviceId _deviceId;
|
|
|
|
|
public string SystemId
|
|
|
|
|
{
|
|
|
|
@ -473,14 +465,6 @@ namespace Emby.Server.Implementations
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public virtual bool IsRunningAsService
|
|
|
|
|
{
|
|
|
|
|
get
|
|
|
|
|
{
|
|
|
|
|
return false;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
private Assembly GetAssembly(Type type)
|
|
|
|
|
{
|
|
|
|
|
return type.GetTypeInfo().Assembly;
|
|
|
|
@ -1910,7 +1894,6 @@ namespace Emby.Server.Implementations
|
|
|
|
|
HasUpdateAvailable = HasUpdateAvailable,
|
|
|
|
|
SupportsAutoRunAtStartup = SupportsAutoRunAtStartup,
|
|
|
|
|
TranscodingTempPath = ApplicationPaths.TranscodingTempPath,
|
|
|
|
|
SupportsRunningAsService = SupportsRunningAsService,
|
|
|
|
|
ServerName = FriendlyName,
|
|
|
|
|
LocalAddress = localAddress,
|
|
|
|
|
SupportsLibraryMonitor = true,
|
|
|
|
|