Add playlistTitle
This commit is contained in:
@ -10,5 +10,6 @@ export type PlaylistProgressAllOf = {
|
||||
ytdlnStdout?: string;
|
||||
overallProgress?: number;
|
||||
trackCount?: number;
|
||||
playlistTitle?: string;
|
||||
status?: PlaylistProgressAllOfStatus;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user