mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
context for ibn items
This commit is contained in:
parent
03a19ef190
commit
8252b6c0bd
24 changed files with 250 additions and 63 deletions
|
@ -32,8 +32,8 @@
|
|||
html += '<td><a href="gamedetail.html?id='+item.Id+'">' + item.Name + '</a></td>';
|
||||
html += '<td>' + item.DisplayMediaType + '</td>';
|
||||
html += '<td>' + item.ReleaseYear + '</td>';
|
||||
html += '<td>' + /*LibraryBrowser.renderGenres('', item)*/ + '</td>';
|
||||
html += '<td>' + /*LibraryBrowser.renderStudios('', item)*/ + '</td>';
|
||||
html += '<td>' + /*LibraryBrowser.renderGenres('', item, "games")*/ + '</td>';
|
||||
html += '<td>' + /*LibraryBrowser.renderStudios('', item, "games")*/ + '</td>';
|
||||
html += '<td>' + /* */ + '</td>';
|
||||
html += '</tr>';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue