added yt-dlp options;fixes #45

This commit is contained in:
huangjx
2022-04-25 18:39:35 +08:00
parent 5ef0adc737
commit c82594d99e
3 changed files with 165 additions and 58 deletions

View File

@@ -202,7 +202,7 @@ const helper = {
showDownload() {
helper.showElement('download');
contentTable.getInstance().clear();
helper.enabledPolling = 0;
//helper.disablePolling();
},
hideDownload() {
helper.hideElement('download');

File diff suppressed because one or more lines are too long