mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-12 08:16:05 -07:00
Fixed linter
This commit is contained in:
parent
a166410a26
commit
b8e44ec921
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ export class SearchComponent implements OnInit {
|
|||
public selectMovieTab() {
|
||||
this.showMovie = true;
|
||||
this.showTv = false;
|
||||
}
|
||||
}
|
||||
|
||||
public selectTvTab() {
|
||||
this.showMovie = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue