mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update config
This commit is contained in:
parent
747d71e76d
commit
cd06587514
9 changed files with 94 additions and 130 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue