mirror of
https://github.com/immich-app/immich.git
synced 2025-11-18 07:22:40 +09:00
chore(server) refactor serveFile and downloadFile endpoint (#978)
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
const loadVideoData = async () => {
|
||||
isThumbnailVideoPlaying = false;
|
||||
|
||||
videoUrl = getFileUrl(asset.deviceAssetId, asset.deviceId, false, true);
|
||||
videoUrl = getFileUrl(asset.id, false, true);
|
||||
};
|
||||
|
||||
const getVideoDurationInString = (currentTime: number) => {
|
||||
|
||||
Reference in New Issue
Block a user