mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-07 12:00:01 +03:00
Default booleans to false
This commit is contained in:
@@ -286,8 +286,8 @@ export class PostsService implements CanActivate {
|
||||
fileName: string | string[], type: FileType,
|
||||
options: {outputName?: string, fullPathProvided?: boolean, subscriptionName?: string, subPlaylist?: boolean, uid?: string, uuid?: string, id?: string} = {}
|
||||
) {
|
||||
const {outputName = null, fullPathProvided = null,
|
||||
subscriptionName = null, subPlaylist = null,
|
||||
const {outputName = null, fullPathProvided = false,
|
||||
subscriptionName = null, subPlaylist = false,
|
||||
uid = null, uuid = null, id = null} = options;
|
||||
|
||||
const body: DownloadFileRequest = {fileNames: fileName,
|
||||
|
||||
Reference in New Issue
Block a user