diff --git a/ApiClient.js b/ApiClient.js index 9999c0fe0f..3c53077836 100644 --- a/ApiClient.js +++ b/ApiClient.js @@ -1733,7 +1733,7 @@ MediaBrowser.ApiClient = function ($, navigator, JSON, WebSocket, setTimeout) { }); }; - self.getVideoBackdrops = function (userId, itemId) { + self.getThemeVideos = function (userId, itemId) { if (!userId) { throw new Error("null userId"); @@ -1742,7 +1742,7 @@ MediaBrowser.ApiClient = function ($, navigator, JSON, WebSocket, setTimeout) { throw new Error("null itemId"); } - var url = self.getUrl("Users/" + userId + "/Items/" + itemId + "/VideoBackdrops"); + var url = self.getUrl("Users/" + userId + "/Items/" + itemId + "/ThemeVideos"); return self.ajax({ type: "GET", diff --git a/dashboard-ui/gamesystem.html b/dashboard-ui/gamesystem.html deleted file mode 100644 index 0b5b9086cf..0000000000 --- a/dashboard-ui/gamesystem.html +++ /dev/null @@ -1,45 +0,0 @@ - - - - - - -
-

- Games

-
- - - -
-
-
-
-
-
- -
- -

-

-

-

-

-

- -

-

- -
-
- -
-
- - diff --git a/dashboard-ui/itembynamedetails.html b/dashboard-ui/itembynamedetails.html index 874d54f020..e3f90be280 100644 --- a/dashboard-ui/itembynamedetails.html +++ b/dashboard-ui/itembynamedetails.html @@ -91,6 +91,24 @@ Genres + +
diff --git a/dashboard-ui/itemdetails.html b/dashboard-ui/itemdetails.html index f429743365..9c736475b1 100644 --- a/dashboard-ui/itemdetails.html +++ b/dashboard-ui/itemdetails.html @@ -12,7 +12,7 @@

-