mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update pooling
This commit is contained in:
parent
cabe68c3e2
commit
c5fa5d10b5
5 changed files with 21 additions and 12 deletions
|
@ -40,8 +40,7 @@
|
|||
Recursive: true,
|
||||
Fields: "PrimaryImageAspectRatio,SyncInfo",
|
||||
CollapseBoxSetItems: false,
|
||||
ExcludeLocationTypes: "Virtual",
|
||||
EnableTotalRecordCount: false
|
||||
ExcludeLocationTypes: "Virtual"
|
||||
};
|
||||
|
||||
if (topParentId) {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<div style="text-align: center;display:flex; align-items: center; justify-content: center;margin: 0 0 1em 0;">
|
||||
<div style="text-align: center;display:flex; align-items: center; flex-wrap: wrap; justify-content: center;margin: 0 0 1em 0;">
|
||||
<div style="margin: 0;">
|
||||
<label for="selectImageProvider" style="display: inline-block;">${LabelSource}</label>
|
||||
<select id="selectImageProvider" style="padding-left:.5em;padding-right:0;display: inline-block;width:auto!important;">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue