mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-16 00:51:27 +03:00
Migrated playlist and subscription (per video and sub-wide) video downloading functionality to new schema
Migrated modify playlist component to new schema Moved wait function and playlist generation function(s) to utils - added tests for zip generation
This commit is contained in:
@@ -245,7 +245,6 @@ exports.getPlaylist = async (playlist_id, user_uid = null, require_sharing = fal
|
||||
if (uid) playlist['uids'].push(uid);
|
||||
else logger.warn(`Failed to convert file with name ${fileName} to its UID while converting playlist ${playlist['name']} to the new UID-based schema. The original file is likely missing/deleted and it will be skipped.`);
|
||||
}
|
||||
delete playlist['fileNames'];
|
||||
exports.updatePlaylist(playlist, user_uid);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user