Added the album folder option to the lidarr settings !wip

This commit is contained in:
Jamie 2018-08-28 19:59:42 +01:00
commit b9c37309fc

View file

@ -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>