mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-16 10:29:01 -07:00
commit
8117d31d2f
@ -258,9 +258,6 @@
|
||||
<BundleResource Include="..\MediaBrowser.WebDashboard\dashboard-ui\appservices.html">
|
||||
<Link>Resources\dashboard-ui\appservices.html</Link>
|
||||
</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">
|
||||
<Link>Resources\dashboard-ui\camerauploadsettings.html</Link>
|
||||
</BundleResource>
|
||||
@ -2388,9 +2385,6 @@
|
||||
<BundleResource Include="..\MediaBrowser.WebDashboard\dashboard-ui\scripts\pluginspage.js">
|
||||
<Link>Resources\dashboard-ui\scripts\pluginspage.js</Link>
|
||||
</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">
|
||||
<Link>Resources\dashboard-ui\scripts\scheduledtaskpage.js</Link>
|
||||
</BundleResource>
|
||||
|
@ -90,25 +90,9 @@ namespace MediaBrowser.Server.Mac
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public override bool SupportsRunningAsService
|
||||
{
|
||||
get
|
||||
{
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
public override bool SupportsAutoRunAtStartup
|
||||
{
|
||||
get { return false; }
|
||||
}
|
||||
|
||||
public override bool IsRunningAsService
|
||||
{
|
||||
get
|
||||
{
|
||||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user