1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 19:42:24 +02:00

Add ability to remove a video import

This commit is contained in:
Chocobozzz 2018-08-02 16:33:29 +02:00
parent ce32426be9
commit 299474e827
5 changed files with 47 additions and 7 deletions

View file

@ -1,5 +1,5 @@
// Thanks: https://github.com/przemyslawpluta/node-youtube-dl/blob/master/lib/downloader.js
// Use rewrote it to avoid sync calls
// We rewrote it to avoid sync calls
import { AbstractScheduler } from './abstract-scheduler'
import { SCHEDULER_INTERVALS_MS } from '../../initializers'