From 6939cbac48e0a9823b34577836480ae3c28186be Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 25 Jan 2021 11:33:26 +0100 Subject: Safely remove webtorrent files Only remove them on max quality HLS playlist generation --- client/src/app/+admin/system/jobs/jobs.component.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'client/src/app/+admin') diff --git a/client/src/app/+admin/system/jobs/jobs.component.ts b/client/src/app/+admin/system/jobs/jobs.component.ts index d08079f7e..925450286 100644 --- a/client/src/app/+admin/system/jobs/jobs.component.ts +++ b/client/src/app/+admin/system/jobs/jobs.component.ts @@ -73,11 +73,11 @@ export class JobsComponent extends RestTable implements OnInit { } getColspan () { - if (this.jobState === 'all' && this.hasProgress()) return 6 + if (this.jobState === 'all' && this.hasProgress()) return 7 - if (this.jobState === 'all' || this.hasProgress()) return 5 + if (this.jobState === 'all' || this.hasProgress()) return 6 - return 4 + return 5 } onJobStateOrTypeChanged () { -- cgit v1.2.3