This commit is contained in:
Maze Winther
2026-01-05 01:35:10 +01:00
parent d5ca991501
commit c19f085e48
95 changed files with 4133 additions and 4196 deletions
+3 -1
View File
@@ -1,5 +1,5 @@
import { TProject } from "@/types/project";
import { MediaFile } from "@/types/media";
import { MediaFile } from "@/types/assets";
import { IndexedDBAdapter } from "./indexeddb-adapter";
import { OPFSAdapter } from "./opfs-adapter";
import {
@@ -180,6 +180,7 @@ class StorageService {
width: mediaItem.width,
height: mediaItem.height,
duration: mediaItem.duration,
thumbnailUrl: mediaItem.thumbnailUrl,
ephemeral: mediaItem.ephemeral,
};
@@ -229,6 +230,7 @@ class StorageService {
width: metadata.width,
height: metadata.height,
duration: metadata.duration,
thumbnailUrl: metadata.thumbnailUrl,
ephemeral: metadata.ephemeral,
};
}