1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

rudimentary game view support

This commit is contained in:
Techywarrior 2013-04-14 20:37:07 -07:00
parent 421c559c2b
commit d7c4b43899
16 changed files with 1372 additions and 2 deletions

View file

@ -59,7 +59,7 @@
if (result.TotalRecordCount) {
var view = { name: "Games", url: "#", img: "css/images/items/list/gamecollection.png", background: "#E12026" };
var view = { name: "Games", url: "gamesrecommended.html", img: "css/images/items/list/gamecollection.png", background: "#E12026" };
$('#views', page).append(getViewHtml(view));
}