mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-15 01:32:55 -07:00
Fixed #2639
This commit is contained in:
parent
5f765dbf56
commit
39700c4bf7
1 changed files with 3 additions and 1 deletions
|
@ -39,7 +39,9 @@ export class RemainingRequestsComponent implements OnInit {
|
||||||
public update(): void {
|
public update(): void {
|
||||||
const callback = (remaining => {
|
const callback = (remaining => {
|
||||||
this.remaining = remaining;
|
this.remaining = remaining;
|
||||||
|
if(this.remaining) {
|
||||||
this.calculateTime();
|
this.calculateTime();
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
if (this.movie) {
|
if (this.movie) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue