Skip to content

Commit c79fdd9

Browse files
committed
fix: empty title playlist directory path
1 parent d7b8217 commit c79fdd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/downloader/back.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ export async function downloadPlaylist(givenUrl?: string | URL) {
470470
?.as(YTNodes.MusicResponsiveListItemFlexColumn)
471471
?.title
472472
?.text ??
473-
'';
473+
'NO_TITLE';
474474
const isAlbum = !normalPlaylistTitle;
475475

476476
let safePlaylistTitle = filenamify(playlistTitle, { replacement: ' ' });

0 commit comments

Comments
 (0)