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