mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add option to season image downloader to pick from series images
This commit is contained in:
parent
9d3a12237a
commit
d9ebdc05bb
4 changed files with 38 additions and 12 deletions
|
@ -39,6 +39,10 @@
|
|||
<input id="chkAllLanguages" type="checkbox" is="emby-checkbox" />
|
||||
<span>${AllLanguages}</span>
|
||||
</label>
|
||||
<label id="lblShowParentImages" class="hide" style="margin: 0 0 0 1em;width:auto;">
|
||||
<input id="chkShowParentImages" type="checkbox" is="emby-checkbox" />
|
||||
<span>${ShowParentImages}</span>
|
||||
</label>
|
||||
</div>
|
||||
|
||||
<div class="availableImagesList vertical-wrap centered"></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue