mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-09-01 03:30:06 +00:00
commit
8d899f9d53
2 changed files with 0 additions and 22 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue