separate musicbrainz from lastfm artist providers
This commit is contained in:
parent
5ce0e6c170
commit
83bb25da8a
2 changed files with 22 additions and 2 deletions
|
@ -50,6 +50,18 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="screenshotFields" style="margin-bottom: 2em; display: none;">
|
||||
<div>
|
||||
<label for="txtMaxScreenshots">Max number of screenshots per item: </label>
|
||||
<input type="number" id="txtMaxScreenshots" name="txtMaxScreenshots" pattern="[0-9]*" required="required" min="1" data-mini="true" />
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<label for="txtMinScreenshotDownloadWidth">Minimum screenshot download width: </label>
|
||||
<input type="number" id="txtMinScreenshotDownloadWidth" name="txtMinScreenshotDownloadWidth" pattern="[0-9]*" required="required" min="1" data-mini="true" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<fieldset data-role="controlgroup" style="border-bottom: 1px solid #ddd;">
|
||||
<legend>Fetch Images:</legend>
|
||||
<div class="imageType" data-imagetype="Primary" style="display: none;">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue