Added audioOnlyMode, customArgs, and customFileOutput fields to the subscribe dialog

This commit is contained in:
Tzahi12345
2020-06-12 17:57:34 -04:00
parent 163a88bcfd
commit db81120645
6 changed files with 64 additions and 11 deletions

View File

@@ -31,7 +31,6 @@ async function subscribe(sub, user_uid = null) {
return new Promise(async resolve => {
// sub should just have url and name. here we will get isPlaylist and path
sub.isPlaylist = sub.url.includes('playlist');
sub.type = 'video'; // TODO: eventually change
sub.videos = [];
let url_exists = false;