mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 04:49:33 -07:00
!wip removed debugger statement
This commit is contained in:
parent
db6c2d8a3a
commit
867f299b53
1 changed files with 1 additions and 6 deletions
|
@ -183,12 +183,7 @@ export class MovieRequestsComponent implements OnInit {
|
||||||
public filterAvailability(filter: FilterType, el: any) {
|
public filterAvailability(filter: FilterType, el: any) {
|
||||||
this.filterActiveStyle(el);
|
this.filterActiveStyle(el);
|
||||||
this.filter.availabilityFilter = filter;
|
this.filter.availabilityFilter = filter;
|
||||||
this.requestService.filterMovies(this.filter)
|
this.loadInit();
|
||||||
.subscribe(x => {
|
|
||||||
this.totalMovies = x.total;
|
|
||||||
this.setOverrides(x.collection);
|
|
||||||
this.movieRequests = x.collection;
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public filterStatus(filter: FilterType, el: any) {
|
public filterStatus(filter: FilterType, el: any) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue