♻️ Completely remove the upload task

This commit is contained in:
2026-01-10 23:44:51 +08:00
parent f3779cc788
commit b03e9bea5e
7 changed files with 946 additions and 105 deletions

View File

@@ -161,7 +161,6 @@ public class PersistentTask : ModelBase
public long? EstimatedDurationSeconds { get; set; }
}
// Backward compatibility - UploadTask inherits from PersistentTask
public class PersistentUploadTask : PersistentTask
{
public PersistentUploadTask()