added music genres page
This commit is contained in:
parent
6ddb9958c4
commit
9248000253
|
@ -454,6 +454,13 @@ namespace MediaBrowser.WebDashboard.Api
|
||||||
"clientsettings.js",
|
"clientsettings.js",
|
||||||
"dashboardpage.js",
|
"dashboardpage.js",
|
||||||
"edituserpage.js",
|
"edituserpage.js",
|
||||||
|
"gamesrecommendedpage.js",
|
||||||
|
"gamesystemspage.js",
|
||||||
|
"gamesystempage.js",
|
||||||
|
"gamespage.js",
|
||||||
|
"gamegenrepage.js",
|
||||||
|
"gamestudiospage.js",
|
||||||
|
"gamedetailpage.js",
|
||||||
"indexpage.js",
|
"indexpage.js",
|
||||||
"itembynamedetailpage.js",
|
"itembynamedetailpage.js",
|
||||||
"itemdetailpage.js",
|
"itemdetailpage.js",
|
||||||
|
@ -470,6 +477,7 @@ namespace MediaBrowser.WebDashboard.Api
|
||||||
"moviesrecommended.js",
|
"moviesrecommended.js",
|
||||||
"moviestudios.js",
|
"moviestudios.js",
|
||||||
"movietrailers.js",
|
"movietrailers.js",
|
||||||
|
"musicgenres.js",
|
||||||
"playlist.js",
|
"playlist.js",
|
||||||
"plugincatalogpage.js",
|
"plugincatalogpage.js",
|
||||||
"pluginspage.js",
|
"pluginspage.js",
|
||||||
|
@ -490,14 +498,7 @@ namespace MediaBrowser.WebDashboard.Api
|
||||||
"userprofilespage.js",
|
"userprofilespage.js",
|
||||||
"wizardfinishpage.js",
|
"wizardfinishpage.js",
|
||||||
"wizardstartpage.js",
|
"wizardstartpage.js",
|
||||||
"wizarduserpage.js",
|
"wizarduserpage.js"
|
||||||
"gamesrecommendedpage.js",
|
|
||||||
"gamesystemspage.js",
|
|
||||||
"gamesystempage.js",
|
|
||||||
"gamespage.js",
|
|
||||||
"gamegenrepage.js",
|
|
||||||
"gamestudiospage.js",
|
|
||||||
"gamedetailpage.js"
|
|
||||||
};
|
};
|
||||||
|
|
||||||
var memoryStream = new MemoryStream();
|
var memoryStream = new MemoryStream();
|
||||||
|
|
|
@ -174,9 +174,6 @@
|
||||||
<Content Include="dashboard-ui\css\images\userdata\played.png">
|
<Content Include="dashboard-ui\css\images\userdata\played.png">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
<Content Include="dashboard-ui\css\jplayer.css">
|
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
||||||
</Content>
|
|
||||||
<Content Include="dashboard-ui\css\librarybrowser.css">
|
<Content Include="dashboard-ui\css\librarybrowser.css">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
|
@ -240,6 +237,9 @@
|
||||||
<Content Include="dashboard-ui\movietrailers.html">
|
<Content Include="dashboard-ui\movietrailers.html">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
|
<Content Include="dashboard-ui\musicgenres.html">
|
||||||
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
|
</Content>
|
||||||
<Content Include="dashboard-ui\musicrecommended.html">
|
<Content Include="dashboard-ui\musicrecommended.html">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
|
@ -288,6 +288,7 @@
|
||||||
<Content Include="dashboard-ui\scripts\movietrailers.js">
|
<Content Include="dashboard-ui\scripts\movietrailers.js">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
|
<Content Include="dashboard-ui\scripts\musicgenres.js" />
|
||||||
<Content Include="dashboard-ui\scripts\playlist.js">
|
<Content Include="dashboard-ui\scripts\playlist.js">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user