context for ibn items

This commit is contained in:
Luke Pulverenti 2013-04-23 10:46:27 -04:00
parent 03a19ef190
commit 8252b6c0bd
24 changed files with 250 additions and 63 deletions

View file

@ -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>';