mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update image magick sharp
This commit is contained in:
parent
88698139ff
commit
35bc1c89ac
12 changed files with 308 additions and 28 deletions
|
@ -46,7 +46,8 @@
|
|||
preferThumb: true,
|
||||
context: 'tv',
|
||||
showItemCounts: true,
|
||||
centerText: true
|
||||
centerText: true,
|
||||
lazy: true
|
||||
});
|
||||
}
|
||||
else if (view == "ThumbCard") {
|
||||
|
@ -58,7 +59,8 @@
|
|||
context: 'tv',
|
||||
showItemCounts: true,
|
||||
cardLayout: true,
|
||||
showTitle: true
|
||||
showTitle: true,
|
||||
lazy: true
|
||||
});
|
||||
}
|
||||
else if (view == "Poster") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue