Skip to content

Commit

Permalink
chore: add WAITING_FOR_DOWNLOADER status to transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
altaywtf committed Mar 27, 2024
1 parent 1dfa393 commit befdd67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/resources/Transfers/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ type TransferStatus =
| 'IN_QUEUE'
| 'DOWNLOADING'
| 'WAITING_FOR_COMPLETE_QUEUE'
| 'WAITING_FOR_DOWNLOADER'
| 'COMPLETING'
| 'STOPPING'
| 'SEEDING'
Expand Down

0 comments on commit befdd67

Please sign in to comment.