This commit is contained in:
Jamie 2018-11-13 14:42:27 +00:00
parent 5f765dbf56
commit 39700c4bf7

View file

@ -39,7 +39,9 @@ export class RemainingRequestsComponent implements OnInit {
public update(): void {
const callback = (remaining => {
this.remaining = remaining;
if(this.remaining) {
this.calculateTime();
}
});
if (this.movie) {