Browse Source

use regular detail page for game systems

Luke Pulverenti 12 years ago
parent
commit
e8c637c47b

+ 0 - 1
MediaBrowser.WebDashboard/Api/DashboardService.cs

@@ -455,7 +455,6 @@ namespace MediaBrowser.WebDashboard.Api
                                       "edituserpage.js",
                                       "gamesrecommendedpage.js",
                                       "gamesystemspage.js",
-                                      "gamesystempage.js",
                                       "gamespage.js",
                                       "gamegenrepage.js",
                                       "gamestudiospage.js",

+ 0 - 6
MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj

@@ -219,9 +219,6 @@
     <Content Include="dashboard-ui\gamestudios.html">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </Content>
-    <Content Include="dashboard-ui\gamesystem.html">
-      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
-    </Content>
     <Content Include="dashboard-ui\gamesystems.html">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </Content>
@@ -297,9 +294,6 @@
     <Content Include="dashboard-ui\scripts\gamestudiospage.js">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </Content>
-    <Content Include="dashboard-ui\scripts\gamesystempage.js">
-      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
-    </Content>
     <Content Include="dashboard-ui\scripts\gamesystemspage.js">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </Content>