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:
parent
421c559c2b
commit
d7c4b43899
16 changed files with 1372 additions and 2 deletions
|
@ -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));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue