1
0
Fork 0
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:
SenorSmartyPants 2022-02-15 23:54:44 -06:00
parent 9d3a12237a
commit d9ebdc05bb
4 changed files with 38 additions and 12 deletions

View file

@ -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>