mirror of
https://github.com/wgh136/nysoure.git
synced 2025-09-27 12:17:24 +00:00
Add URL unescaping for tag parameter.
This commit is contained in:
@@ -216,12 +216,6 @@ class UploadingManager extends Listenable {
|
||||
return this.tasks
|
||||
}
|
||||
|
||||
removeTask(task: UploadingTask) {
|
||||
task.cancel();
|
||||
task.removeListener(this.onTaskStatusChanged);
|
||||
this.tasks = this.tasks.filter(t => t !== task);
|
||||
}
|
||||
|
||||
hasTasks() {
|
||||
return this.tasks.length > 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user