rebuild project & update internal names
This commit is contained in:
10
LightlessSync/WebAPI/Files/Models/DownloadStatus.cs
Normal file
10
LightlessSync/WebAPI/Files/Models/DownloadStatus.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace LightlessSync.WebAPI.Files.Models;
|
||||
|
||||
public enum DownloadStatus
|
||||
{
|
||||
Initializing,
|
||||
WaitingForSlot,
|
||||
WaitingForQueue,
|
||||
Downloading,
|
||||
Decompressing
|
||||
}
|
||||
Reference in New Issue
Block a user