mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -07:00
Fixed #2288
This commit is contained in:
parent
12b4bf2f5f
commit
218b6b731d
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ export class MovieRequestsComponent implements OnInit {
|
|||
public removeRequest(request: IMovieRequests) {
|
||||
this.requestService.removeMovieRequest(request);
|
||||
this.removeRequestFromUi(request);
|
||||
this.loadRequests(1, this.currentlyLoaded);
|
||||
this.loadRequests(this.amountToLoad, this.currentlyLoaded = 0);
|
||||
}
|
||||
|
||||
public changeAvailability(request: IMovieRequests, available: boolean) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue