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 {
|
||||
const callback = (remaining => {
|
||||
this.remaining = remaining;
|
||||
this.calculateTime();
|
||||
if(this.remaining) {
|
||||
this.calculateTime();
|
||||
}
|
||||
});
|
||||
|
||||
if (this.movie) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue