diff options
| -rw-r--r-- | MediaBrowser.WebDashboard/Api/DashboardService.cs | 17 | ||||
| -rw-r--r-- | MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj | 7 |
2 files changed, 13 insertions, 11 deletions
diff --git a/MediaBrowser.WebDashboard/Api/DashboardService.cs b/MediaBrowser.WebDashboard/Api/DashboardService.cs index a524a2ca7..1b22557c8 100644 --- a/MediaBrowser.WebDashboard/Api/DashboardService.cs +++ b/MediaBrowser.WebDashboard/Api/DashboardService.cs @@ -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(); diff --git a/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj b/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj index d89cd58c4..458b51571 100644 --- a/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj +++ b/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj @@ -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>
|
