pull/2655/head
Jamie 6 years ago
parent 5f765dbf56
commit 39700c4bf7

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

Loading…
Cancel
Save