1
0
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:
Graham Alderson 2023-11-14 15:00:26 +12:00
parent b9e88e5ef9
commit 54b16285dc

View File

@ -15,4 +15,5 @@ export interface VideoMetadata extends MediaMetadata {
duration: number; // in milliseconds
fileSize: number;
fps: number;
keywords?: string[];
}