mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
fixes #156 - Allow server to run as a service
This commit is contained in:
parent
d564dd6786
commit
2aea480225
@ -515,6 +515,7 @@ namespace MediaBrowser.WebDashboard.Api
|
|||||||
"userimagepage.js",
|
"userimagepage.js",
|
||||||
"userprofilespage.js",
|
"userprofilespage.js",
|
||||||
"wizardfinishpage.js",
|
"wizardfinishpage.js",
|
||||||
|
"wizardservice.js",
|
||||||
"wizardstartpage.js",
|
"wizardstartpage.js",
|
||||||
"wizardsettings.js",
|
"wizardsettings.js",
|
||||||
"wizarduserpage.js"
|
"wizarduserpage.js"
|
||||||
|
@ -320,9 +320,15 @@
|
|||||||
<Content Include="dashboard-ui\scripts\episodes.js">
|
<Content Include="dashboard-ui\scripts\episodes.js">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
|
<Content Include="dashboard-ui\scripts\wizardservice.js">
|
||||||
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
|
</Content>
|
||||||
<Content Include="dashboard-ui\scripts\wizardsettings.js">
|
<Content Include="dashboard-ui\scripts\wizardsettings.js">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
|
<Content Include="dashboard-ui\wizardservice.html">
|
||||||
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
|
</Content>
|
||||||
<Content Include="dashboard-ui\wizardsettings.html">
|
<Content Include="dashboard-ui\wizardsettings.html">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user