- Notifications
You must be signed in to change notification settings - Fork 55
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
queue/queue/abstract/driver/utube.lua
Lines 102 to 104 in 593c9f6
| else | |
| self.on_task_change(task, 'delete') | |
| end |
We shouldn't call on_task_change(nil, 'delete') since a nil task indicates the task has already been removed from the queue, which means on_task_change was already called before when the task was previously deleted or acknowledged.
I assume this is being done in other queue types, too.
I'll send a pull request if you agree.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working