mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 12:59:39 -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],
|
albumFolder: [x.albumFolder],
|
||||||
languageProfileId: [x.languageProfileId, [Validators.required]],
|
languageProfileId: [x.languageProfileId, [Validators.required]],
|
||||||
metadataProfileId: [x.metadataProfileId, [Validators.required]],
|
metadataProfileId: [x.metadataProfileId, [Validators.required]],
|
||||||
addOnly: [x.addOnly]
|
addOnly: [x.addOnly],
|
||||||
});
|
});
|
||||||
|
|
||||||
if (x.defaultQualityProfile) {
|
if (x.defaultQualityProfile) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue