Added the album folder option to the lidarr settings !wip

pull/2478/head
Jamie 6 years ago
parent fd8bfeb1e4
commit b9c37309fc

@ -103,6 +103,13 @@
<small *ngIf="form.get('metadataProfileId').hasError('required')" class="error-text">A Metadata profile is required</small>
</div>
<div class="form-group">
<div class="checkbox">
<input type="checkbox" id="albumFolder" name="albumFolder" formControlName="albumFolder">
<label for="albumFolder">Album Folder</label>
</div>
</div>
<div class="form-group">
<div>

Loading…
Cancel
Save