mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 05:43:19 -07:00
build fix
This commit is contained in:
parent
97f1d9ce28
commit
5294205f40
1 changed files with 2 additions and 1 deletions
|
@ -99,7 +99,8 @@ export class TvSearchComponent implements OnInit, OnDestroy {
|
||||||
this.tvResults = [];
|
this.tvResults = [];
|
||||||
this.result = {
|
this.result = {
|
||||||
message: "",
|
message: "",
|
||||||
requestAdded: false
|
requestAdded: false,
|
||||||
|
errorMessage:""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue