Browse Source

stub out dlna profiles page

Luke Pulverenti 11 years ago
parent
commit
20d2313fdd

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

@@ -422,6 +422,7 @@ namespace MediaBrowser.WebDashboard.Api
                                       "dashboardinfo.js",
                                       "dashboardinfo.js",
                                       "dashboardpage.js",
                                       "dashboardpage.js",
                                       "directorybrowser.js",
                                       "directorybrowser.js",
+                                      "dlnaprofiles.js",
                                       "dlnasettings.js",
                                       "dlnasettings.js",
                                       "editcollectionitems.js",
                                       "editcollectionitems.js",
                                       "edititemmetadata.js",
                                       "edititemmetadata.js",

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

@@ -224,6 +224,9 @@
     <Content Include="dashboard-ui\dashboardinfopage.html">
     <Content Include="dashboard-ui\dashboardinfopage.html">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </Content>
     </Content>
+    <Content Include="dashboard-ui\dlnaprofiles.html">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </Content>
     <Content Include="dashboard-ui\dlnasettings.html">
     <Content Include="dashboard-ui\dlnasettings.html">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </Content>
     </Content>
@@ -512,6 +515,9 @@
     <Content Include="dashboard-ui\scripts\dashboardinfo.js">
     <Content Include="dashboard-ui\scripts\dashboardinfo.js">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </Content>
     </Content>
+    <Content Include="dashboard-ui\scripts\dlnaprofiles.js">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </Content>
     <Content Include="dashboard-ui\scripts\dlnasettings.js">
     <Content Include="dashboard-ui\scripts\dlnasettings.js">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </Content>
     </Content>