mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-05 16:01:27 +03:00
Fixed issue where one-off playlist downlaods would only include the first video
This commit is contained in:
@@ -198,7 +198,7 @@ async function registerFileDBManual(file_object) {
|
||||
path_object = path.parse(file_object['path']);
|
||||
file_object['path'] = path.format(path_object);
|
||||
|
||||
exports.insertRecordIntoTable('files', file_object, {path: file_object['path']})
|
||||
await exports.insertRecordIntoTable('files', file_object, {path: file_object['path']})
|
||||
|
||||
return file_object;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user