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

de-normalize item by name data. create counts during library scan for fast access.

This commit is contained in:
Luke Pulverenti 2013-09-10 14:56:00 -04:00
parent abef9d9254
commit b2d73b92eb
14 changed files with 102 additions and 237 deletions

View file

@ -25,8 +25,6 @@
html += LibraryBrowser.getPosterDetailViewHtml({
items: result.Items,
countNameSingular: "Game",
countNamePlural: "Games",
context: "games"
});