Skip to content

Commit

Permalink
show downloading video index at status
Browse files Browse the repository at this point in the history
  • Loading branch information
awidesky committed Feb 24, 2023
1 parent bc42aef commit a2194a5
Show file tree
Hide file tree
Showing 2 changed files with 486 additions and 486 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class TaskData {
private boolean checked = false;
private int taskNum;
private int totalNumOfVideo = 1;
private int videoNum = 0;
private int videoNum = 1;

/** Is this task finished or failed? */
private boolean isDone = false;
Expand Down

0 comments on commit a2194a5

Please sign in to comment.