mirror of
https://github.com/DrizzleTime/Foxel.git
synced 2026-05-24 09:39:58 +08:00
feat(task-processor): implement PictureTaskProcessor for background image processing tasks
This commit is contained in:
@@ -20,7 +20,4 @@ public record PictureResponse
|
||||
public int? AlbumId { get; set; }
|
||||
public string? AlbumName { get; set; }
|
||||
public PermissionType Permission { get; set; } = PermissionType.Public;
|
||||
public ProcessingStatus ProcessingStatus { get; set; }
|
||||
public string? ProcessingError { get; set; }
|
||||
public int ProcessingProgress { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user