mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
Added video player in group display, will move to thumbnail for better performance
This commit is contained in:
commit
d546c35e3f
12 changed files with 259 additions and 59 deletions
|
|
@ -48,7 +48,7 @@ export class AssetController {
|
|||
await this.assetOptimizeService.resizeImage(savedAsset);
|
||||
}
|
||||
|
||||
if (savedAsset && savedAsset.type == AssetType.IMAGE) {
|
||||
if (savedAsset && savedAsset.type == AssetType.VIDEO) {
|
||||
await this.assetOptimizeService.resizeVideo(savedAsset);
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue