mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Added the album folder option to the lidarr settings !wip
This commit is contained in:
parent
fd8bfeb1e4
commit
b9c37309fc
1 changed files with 7 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue