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

removed grid view

This commit is contained in:
Luke Pulverenti 2013-04-11 11:43:57 -04:00
parent 1dfb16e578
commit 49ce11e15c
6 changed files with 44 additions and 241 deletions

View file

@ -36,14 +36,11 @@
});
}
else if (view == "Poster") {
html += LibraryBrowser.getPosterViewHtml({
html += LibraryBrowser.getPosterDetailViewHtml({
items: result.Items,
useAverageAspectRatio: true
});
}
else if (view == "Grid") {
html += getTableHtml(result);
}
if (showPaging) {
html += LibraryBrowser.getPagingHtml(query, result.TotalRecordCount);