mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update text on metadata pages
This commit is contained in:
parent
24f25b87f1
commit
a26e99cf5d
3 changed files with 5 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
|||
<label for="selectImageSavingConvention">Image saving convention: </label>
|
||||
<select name="selectImageSavingConvention" id="selectImageSavingConvention">
|
||||
<option value="Compatible">Compatible - MB3/Plex/Xbmc</option>
|
||||
<option value="Legacy">Legacy - MB3/MB2</option>
|
||||
<option value="Legacy">Standard - MB3/MB2</option>
|
||||
</select>
|
||||
<div class="fieldDescription">Media Browser recognizes images from most major media applications. Choosing your downloading convention is useful if you also use other products.</div>
|
||||
</li>
|
||||
|
|
|
@ -850,6 +850,9 @@
|
|||
|
||||
}
|
||||
|
||||
if (item.IsFolder) {
|
||||
return '';
|
||||
}
|
||||
return '<div class="posterRibbon missingPosterRibbon">Missing</div>';
|
||||
},
|
||||
getNewIndicatorHtml: function (item) {
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
<label for="selectImageSavingConvention"><b>Image saving convention:</b></label>
|
||||
<select name="selectImageSavingConvention" id="selectImageSavingConvention">
|
||||
<option value="Compatible">Compatible - MB3/Plex/Xbmc</option>
|
||||
<option value="Legacy">Legacy - MB3/MB2</option>
|
||||
<option value="Legacy">Standard - MB3/MB2</option>
|
||||
</select>
|
||||
<div class="fieldDescription">Media Browser recognizes images from most major media applications. Choosing your downloading convention is useful if you also use other products.</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue