1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

displaying file id3 data

This commit is contained in:
Fedor Katurov 2019-10-14 14:10:26 +07:00
parent 1d4c76f217
commit 13be0d67ab
4 changed files with 24 additions and 6 deletions

View file

@ -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;