tidying up
This commit is contained in:
@@ -42,8 +42,8 @@ const helper = {
|
||||
pollingFolder(delay = 1500) {
|
||||
Polling.create().setDelay(delay).run(helper.scanFolder);
|
||||
},
|
||||
pollingYoutube(delay = 1500) {
|
||||
Polling.create().setDelay(delay).run(helper.refresh, "/apps/ncdownloader/youtube/get");
|
||||
pollingYtdl(delay = 1500) {
|
||||
Polling.create().setDelay(delay).run(helper.refresh, "/apps/ncdownloader/ytdl/get");
|
||||
},
|
||||
refresh(path) {
|
||||
path = path || "/apps/ncdownloader/status/active";
|
||||
|
||||
File diff suppressed because one or more lines are too long
3
src/utils/ytdlOptions.js
Normal file
3
src/utils/ytdlOptions.js
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user