mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-29 08:00:57 +03:00
Fixed bug that preventing playlists from being downloaded a zip
This commit is contained in:
@@ -283,6 +283,7 @@ exports.getUserVideos = function(user_uid, type) {
|
||||
}
|
||||
|
||||
exports.getUserVideo = function(user_uid, file_uid, type, requireSharing = false) {
|
||||
let file = null;
|
||||
if (!type) {
|
||||
file = users_db.get('users').find({uid: user_uid}).get(`files.audio`).find({uid: file_uid}).value();
|
||||
if (!file) {
|
||||
|
||||
Reference in New Issue
Block a user