Browse Source

made saving consistent

Luke Pulverenti 12 years ago
parent
commit
381456f816

+ 2 - 2
MediaBrowser.WebDashboard/Api/DashboardService.cs

@@ -447,9 +447,8 @@ namespace MediaBrowser.WebDashboard.Api
                                       "advancedmetadataconfigurationpage.js",
                                       "boxset.js",
                                       "boxsets.js",
-                                      "plugincatalogpage.js",
+                                      "clientsettings.js",
                                       "dashboardpage.js",
-                                      "displaysettingspage.js",
                                       "edituserpage.js",
                                       "indexpage.js",
                                       "itembynamedetailpage.js",
@@ -467,6 +466,7 @@ namespace MediaBrowser.WebDashboard.Api
                                       "moviesrecommended.js",
                                       "moviestudios.js",
                                       "playlist.js",
+                                      "plugincatalogpage.js",
                                       "pluginspage.js",
                                       "pluginupdatespage.js",
                                       "scheduledtaskpage.js",

+ 2 - 2
MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj

@@ -406,7 +406,7 @@
     </Content>
   </ItemGroup>
   <ItemGroup>
-    <Content Include="dashboard-ui\uisettings.html">
+    <Content Include="dashboard-ui\clientsettings.html">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </Content>
   </ItemGroup>
@@ -477,7 +477,7 @@
     </Content>
   </ItemGroup>
   <ItemGroup>
-    <Content Include="dashboard-ui\scripts\displaysettingspage.js">
+    <Content Include="dashboard-ui\scripts\clientsettings.js">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </Content>
   </ItemGroup>