mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add single art limit setting to dlna profile
This commit is contained in:
parent
256aa6655a
commit
c393e5345d
2 changed files with 7 additions and 0 deletions
|
@ -154,6 +154,11 @@
|
|||
<input type="checkbox" id="chkEnableAlbumArtInDidl" data-mini="true" />
|
||||
<div class="fieldDescription">${LabelEmbedAlbumArtDidlHelp}</div>
|
||||
</li>
|
||||
<li>
|
||||
<label for="chkEnableSingleImageLimit">${LabelEnableSingleImageInDidlLimit}</label>
|
||||
<input type="checkbox" id="chkEnableSingleImageLimit" data-mini="true" />
|
||||
<div class="fieldDescription">${LabelEnableSingleImageInDidlLimitHelp}</div>
|
||||
</li>
|
||||
<li>
|
||||
<label for="txtAlbumArtPn">${LabelAlbumArtPN}</label>
|
||||
<input type="text" id="txtAlbumArtPn" data-mini="true" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue