made saving consistent

pull/702/head
Luke Pulverenti 11 years ago
parent 6cec3a5236
commit 381456f816

@ -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",

@ -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>

Loading…
Cancel
Save