1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

updated mbt api

This commit is contained in:
Luke Pulverenti 2013-11-03 15:48:16 -05:00
parent 04accdae7e
commit cabe6de6a2

View file

@ -22,8 +22,8 @@
<div style="margin: 2em 0;"> <div style="margin: 2em 0;">
<label for="selectImageSavingConvention"><b>Image saving convention:</b></label> <label for="selectImageSavingConvention"><b>Image saving convention:</b></label>
<select name="selectImageSavingConvention" id="selectImageSavingConvention"> <select name="selectImageSavingConvention" id="selectImageSavingConvention">
<option value="Compatible">Compatible - MB3/Plex/Xbmc</option> <option value="Compatible" selected="selected">Compatible - MB3/Plex/Xbmc</option>
<option value="Legacy" selected="selected">Standard - MB3/MB2</option> <option value="Legacy">Standard - MB3/MB2</option>
</select> </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 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> </div>