Explorar o código

rudimentary game view support

Techywarrior %!s(int64=12) %!d(string=hai) anos
pai
achega
8c0718b5ee
Modificáronse 1 ficheiros con 8 adicións e 1 borrados
  1. 8 1
      MediaBrowser.WebDashboard/Api/DashboardService.cs

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

@@ -484,7 +484,14 @@ namespace MediaBrowser.WebDashboard.Api
                                       "userprofilespage.js",
                                       "wizardfinishpage.js",
                                       "wizardstartpage.js",
-                                      "wizarduserpage.js"
+                                      "wizarduserpage.js",
+                                      "gamesrecommendedpage.js",
+                                      "gamesystemspage.js",
+                                      "gamesystempage.js",
+                                      "gamespage.js",
+                                      "gamegenrespage.js",
+                                      "gamestudiospage.js",
+                                      "gamedetailpage.js"
                                   };
 
             var memoryStream = new MemoryStream();