mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -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,
|
||||
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…
Add table
Add a link
Reference in a new issue