Parcourir la source

fixes #156 - Allow server to run as a service

Luke Pulverenti il y a 11 ans
Parent
commit
2aea480225

+ 1 - 0
MediaBrowser.WebDashboard/Api/DashboardService.cs

@@ -515,6 +515,7 @@ namespace MediaBrowser.WebDashboard.Api
                                       "userimagepage.js",
                                       "userprofilespage.js",
                                       "wizardfinishpage.js",
+                                      "wizardservice.js",
                                       "wizardstartpage.js",
                                       "wizardsettings.js",
                                       "wizarduserpage.js"

+ 6 - 0
MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj

@@ -320,9 +320,15 @@
     <Content Include="dashboard-ui\scripts\episodes.js">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </Content>
+    <Content Include="dashboard-ui\scripts\wizardservice.js">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </Content>
     <Content Include="dashboard-ui\scripts\wizardsettings.js">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </Content>
+    <Content Include="dashboard-ui\wizardservice.html">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </Content>
     <Content Include="dashboard-ui\wizardsettings.html">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </Content>