mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -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) {
|
||||
this.filterActiveStyle(el);
|
||||
this.filter.availabilityFilter = filter;
|
||||
this.requestService.filterMovies(this.filter)
|
||||
.subscribe(x => {
|
||||
this.totalMovies = x.total;
|
||||
this.setOverrides(x.collection);
|
||||
this.movieRequests = x.collection;
|
||||
});
|
||||
this.loadInit();
|
||||
}
|
||||
|
||||
public filterStatus(filter: FilterType, el: any) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue