Add download video button on player component.

This commit is contained in:
Guillermo Chavez
2022-03-20 23:14:56 -06:00
parent 88cc8d0e81
commit 1980893d9c
4 changed files with 30 additions and 5 deletions

View File

@@ -8,4 +8,6 @@ export interface DownloadFileRequest {
uuid?: string;
sub_id?: string;
playlist_id?: string;
url?: string;
type?: string;
}