add search methods to remote metadata providers

This commit is contained in:
Luke Pulverenti 2014-02-19 23:53:15 -05:00
parent 9f346f271c
commit 990e9a39c6
2 changed files with 4 additions and 3 deletions

View file

@ -46,8 +46,9 @@
<div>
<label for="txtMaxBackdrops">Maximum number of backdrops per item: </label>
<input type="number" id="txtMaxBackdrops" name="txtMaxBackdrops" pattern="[0-9]*" required="required" min="0" data-mini="true" />
<div class="fieldDescription">To prevent duplicate backdrop downloading, backdrops are only automatically downloaded when there are no backdrops present. Once an item has a single backdrop, further changes will need to be made manually using the metadata manager.</div>
</div>
<br />
<div>
<label for="txtMinBackdropDownloadWidth">Minimum backdrop download width: </label>
<input type="number" id="txtMinBackdropDownloadWidth" name="txtMinBackdropDownloadWidth" pattern="[0-9]*" required="required" min="0" data-mini="true" />