Add playlistTitle

This commit is contained in:
2026-01-08 19:59:00 +05:00
parent 9984bb804a
commit bd878fceab
3 changed files with 14 additions and 5 deletions

View File

@ -10,5 +10,6 @@ export type PlaylistProgressAllOf = {
ytdlnStdout?: string;
overallProgress?: number;
trackCount?: number;
playlistTitle?: string;
status?: PlaylistProgressAllOfStatus;
};