this.queue.on('task_added', (photo) => {
      photo.onQueue()

      consola.debug(`📷 Photo added: ${photo.file.fullname}`)
    })