mirror of
https://github.com/immich-app/immich.git
synced 2024-11-24 08:52:28 +02:00
fix(server): deletable motion assets (#4393)
This commit is contained in:
parent
0243570c0b
commit
687d896c63
@ -312,7 +312,7 @@ describe(MetadataService.name, () => {
|
||||
type: AssetType.VIDEO,
|
||||
originalFileName: assetStub.livePhotoStillAsset.originalFileName,
|
||||
isVisible: false,
|
||||
isReadOnly: true,
|
||||
isReadOnly: false,
|
||||
}),
|
||||
);
|
||||
expect(assetMock.save).toHaveBeenCalledWith({
|
||||
|
@ -291,7 +291,7 @@ export class MetadataService {
|
||||
originalPath: this.storageCore.ensurePath(StorageFolder.ENCODED_VIDEO, asset.ownerId, `${asset.id}-MP.mp4`),
|
||||
originalFileName: asset.originalFileName,
|
||||
isVisible: false,
|
||||
isReadOnly: true,
|
||||
isReadOnly: false,
|
||||
deviceAssetId: 'NONE',
|
||||
deviceId: 'NONE',
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user