UI & logs now use proper fork name rather than just youtube-dl

This commit is contained in:
Isaac Abadi
2022-06-25 17:22:08 -04:00
parent 19a3ffc118
commit 86cbfea08f
6 changed files with 19 additions and 19 deletions

View File

@@ -4,6 +4,7 @@
export type Task = {
key: string;
title?: string;
last_ran: number;
last_confirmed: number;
running: boolean;