mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
improved games display
This commit is contained in:
parent
9ffcf2bba9
commit
097653775a
21 changed files with 87 additions and 269 deletions
|
@ -29,7 +29,7 @@
|
|||
var item = result.Items[i];
|
||||
//console.log(item);
|
||||
html += '<tr>';
|
||||
html += '<td><a href="gamedetail.html?id='+item.Id+'">' + item.Name + '</a></td>';
|
||||
html += '<td><a href="itemdetails.html?id='+item.Id+'">' + item.Name + '</a></td>';
|
||||
html += '<td>' + item.DisplayMediaType + '</td>';
|
||||
html += '<td>' + item.ReleaseYear + '</td>';
|
||||
html += '<td>' + /*LibraryBrowser.renderGenres('', item, "games")*/ + '</td>';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue