added music genres page

This commit is contained in:
Luke Pulverenti 2013-04-19 19:57:23 -04:00
parent 6ddb9958c4
commit 9248000253
2 changed files with 13 additions and 11 deletions

View file

@ -454,6 +454,13 @@ namespace MediaBrowser.WebDashboard.Api
"clientsettings.js",
"dashboardpage.js",
"edituserpage.js",
"gamesrecommendedpage.js",
"gamesystemspage.js",
"gamesystempage.js",
"gamespage.js",
"gamegenrepage.js",
"gamestudiospage.js",
"gamedetailpage.js",
"indexpage.js",
"itembynamedetailpage.js",
"itemdetailpage.js",
@ -470,6 +477,7 @@ namespace MediaBrowser.WebDashboard.Api
"moviesrecommended.js",
"moviestudios.js",
"movietrailers.js",
"musicgenres.js",
"playlist.js",
"plugincatalogpage.js",
"pluginspage.js",
@ -490,14 +498,7 @@ namespace MediaBrowser.WebDashboard.Api
"userprofilespage.js",
"wizardfinishpage.js",
"wizardstartpage.js",
"wizarduserpage.js",
"gamesrecommendedpage.js",
"gamesystemspage.js",
"gamesystempage.js",
"gamespage.js",
"gamegenrepage.js",
"gamestudiospage.js",
"gamedetailpage.js"
"wizarduserpage.js"
};
var memoryStream = new MemoryStream();

View file

@ -174,9 +174,6 @@
<Content Include="dashboard-ui\css\images\userdata\played.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="dashboard-ui\css\jplayer.css">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="dashboard-ui\css\librarybrowser.css">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
@ -240,6 +237,9 @@
<Content Include="dashboard-ui\movietrailers.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="dashboard-ui\musicgenres.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="dashboard-ui\musicrecommended.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
@ -288,6 +288,7 @@
<Content Include="dashboard-ui\scripts\movietrailers.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="dashboard-ui\scripts\musicgenres.js" />
<Content Include="dashboard-ui\scripts\playlist.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>