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

update config

This commit is contained in:
Luke Pulverenti 2016-02-19 00:03:00 -05:00
parent 747d71e76d
commit cd06587514
9 changed files with 94 additions and 130 deletions

View file

@ -115,6 +115,12 @@
html = LibraryBrowser.getPosterViewHtml(posterOptions);
}
else if (view == "Thumb") {
posterOptions.preferThumb = true;
posterOptions.shape = "backdrop";
html = LibraryBrowser.getPosterViewHtml(posterOptions);
}
var elem = page.querySelector('#items');
elem.innerHTML = html + pagingHtml;