Show the popular movies and tv shows by default

pull/2351/head
Jamie 6 years ago
parent 54afe5edee
commit 7eb6b01e75

@ -70,6 +70,7 @@ export class MovieSearchComponent implements OnInit {
result: false,
errorMessage: "",
};
this.popularMovies();
}
public search(text: any) {

@ -93,6 +93,7 @@ export class TvSearchComponent implements OnInit {
result: false,
errorMessage:"",
};
this.popularShows();
}
public search(text: any) {

Loading…
Cancel
Save