mirror of
https://github.com/xuthus83/pigallery2.git
synced 2024-11-03 21:04:03 +08:00
Add keyword to videometadata
This commit is contained in:
parent
b9e88e5ef9
commit
54b16285dc
@ -15,4 +15,5 @@ export interface VideoMetadata extends MediaMetadata {
|
||||
duration: number; // in milliseconds
|
||||
fileSize: number;
|
||||
fps: number;
|
||||
keywords?: string[];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user