commit
8d899f9d53
|
@ -258,9 +258,6 @@
|
||||||
<BundleResource Include="..\MediaBrowser.WebDashboard\dashboard-ui\appservices.html">
|
<BundleResource Include="..\MediaBrowser.WebDashboard\dashboard-ui\appservices.html">
|
||||||
<Link>Resources\dashboard-ui\appservices.html</Link>
|
<Link>Resources\dashboard-ui\appservices.html</Link>
|
||||||
</BundleResource>
|
</BundleResource>
|
||||||
<BundleResource Include="..\MediaBrowser.WebDashboard\dashboard-ui\autoorganizelog.html">
|
|
||||||
<Link>Resources\dashboard-ui\autoorganizelog.html</Link>
|
|
||||||
</BundleResource>
|
|
||||||
<BundleResource Include="..\MediaBrowser.WebDashboard\dashboard-ui\camerauploadsettings.html">
|
<BundleResource Include="..\MediaBrowser.WebDashboard\dashboard-ui\camerauploadsettings.html">
|
||||||
<Link>Resources\dashboard-ui\camerauploadsettings.html</Link>
|
<Link>Resources\dashboard-ui\camerauploadsettings.html</Link>
|
||||||
</BundleResource>
|
</BundleResource>
|
||||||
|
@ -2388,9 +2385,6 @@
|
||||||
<BundleResource Include="..\MediaBrowser.WebDashboard\dashboard-ui\scripts\pluginspage.js">
|
<BundleResource Include="..\MediaBrowser.WebDashboard\dashboard-ui\scripts\pluginspage.js">
|
||||||
<Link>Resources\dashboard-ui\scripts\pluginspage.js</Link>
|
<Link>Resources\dashboard-ui\scripts\pluginspage.js</Link>
|
||||||
</BundleResource>
|
</BundleResource>
|
||||||
<BundleResource Include="..\MediaBrowser.WebDashboard\dashboard-ui\scripts\reports.js">
|
|
||||||
<Link>Resources\dashboard-ui\scripts\reports.js</Link>
|
|
||||||
</BundleResource>
|
|
||||||
<BundleResource Include="..\MediaBrowser.WebDashboard\dashboard-ui\scripts\scheduledtaskpage.js">
|
<BundleResource Include="..\MediaBrowser.WebDashboard\dashboard-ui\scripts\scheduledtaskpage.js">
|
||||||
<Link>Resources\dashboard-ui\scripts\scheduledtaskpage.js</Link>
|
<Link>Resources\dashboard-ui\scripts\scheduledtaskpage.js</Link>
|
||||||
</BundleResource>
|
</BundleResource>
|
||||||
|
|
|
@ -90,25 +90,9 @@ namespace MediaBrowser.Server.Mac
|
||||||
throw new NotImplementedException();
|
throw new NotImplementedException();
|
||||||
}
|
}
|
||||||
|
|
||||||
public override bool SupportsRunningAsService
|
|
||||||
{
|
|
||||||
get
|
|
||||||
{
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
public override bool SupportsAutoRunAtStartup
|
public override bool SupportsAutoRunAtStartup
|
||||||
{
|
{
|
||||||
get { return false; }
|
get { return false; }
|
||||||
}
|
}
|
||||||
|
|
||||||
public override bool IsRunningAsService
|
|
||||||
{
|
|
||||||
get
|
|
||||||
{
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user