mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 21:06:42 +07:00
displaying file id3 data
This commit is contained in:
parent
1d4c76f217
commit
13be0d67ab
4 changed files with 24 additions and 6 deletions
|
@ -71,6 +71,13 @@ export interface IFile {
|
|||
|
||||
type: IUploadType;
|
||||
mime: string;
|
||||
metadata?: {
|
||||
id3title?: string;
|
||||
id3artist?: string;
|
||||
duration?: number;
|
||||
width?: number;
|
||||
height?: number;
|
||||
};
|
||||
|
||||
createdAt?: string;
|
||||
updatedAt?: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue