mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
!wip fixed linting
This commit is contained in:
parent
7afcb1749a
commit
cfd9deb17e
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ export class LidarrComponent implements OnInit {
|
|||
albumFolder: [x.albumFolder],
|
||||
languageProfileId: [x.languageProfileId, [Validators.required]],
|
||||
metadataProfileId: [x.metadataProfileId, [Validators.required]],
|
||||
addOnly: [x.addOnly]
|
||||
addOnly: [x.addOnly],
|
||||
});
|
||||
|
||||
if (x.defaultQualityProfile) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue