mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-12 16:22:55 -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() {
|
public selectMovieTab() {
|
||||||
this.showMovie = true;
|
this.showMovie = true;
|
||||||
this.showTv = false;
|
this.showTv = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
public selectTvTab() {
|
public selectTvTab() {
|
||||||
this.showMovie = false;
|
this.showMovie = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue