mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-06 08:31:28 +03:00
Added audioOnlyMode, customArgs, and customFileOutput fields to the subscribe dialog
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user