mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 04:49:33 -07:00
Show the popular movies and tv shows by default
This commit is contained in:
parent
54afe5edee
commit
7eb6b01e75
2 changed files with 2 additions and 0 deletions
|
@ -70,6 +70,7 @@ export class MovieSearchComponent implements OnInit {
|
||||||
result: false,
|
result: false,
|
||||||
errorMessage: "",
|
errorMessage: "",
|
||||||
};
|
};
|
||||||
|
this.popularMovies();
|
||||||
}
|
}
|
||||||
|
|
||||||
public search(text: any) {
|
public search(text: any) {
|
||||||
|
|
|
@ -93,6 +93,7 @@ export class TvSearchComponent implements OnInit {
|
||||||
result: false,
|
result: false,
|
||||||
errorMessage:"",
|
errorMessage:"",
|
||||||
};
|
};
|
||||||
|
this.popularShows();
|
||||||
}
|
}
|
||||||
|
|
||||||
public search(text: any) {
|
public search(text: any) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue