mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
[addon] adds putio moch provider closes #6
This commit is contained in:
1
addon/moch/delay.js
Normal file
1
addon/moch/delay.js
Normal file
@@ -0,0 +1 @@
|
||||
module.exports = duration => new Promise((resolve) => setTimeout(resolve, duration));
|
||||
Reference in New Issue
Block a user