mirror of
https://github.com/ente-io/ente.git
synced 2025-08-08 07:28:26 +00:00
parent
f4995cba56
commit
e6d4e835db
@ -169,7 +169,7 @@ func (c *ClICtrl) downloadEntry(ctx context.Context,
|
||||
}
|
||||
fileDiskMetadata.AddFileName(imageFileName)
|
||||
}
|
||||
if videoPath == "" {
|
||||
if videoPath != "" {
|
||||
videoExtn := filepath.Ext(videoPath)
|
||||
videoFileName := diskInfo.GenerateUniqueFileName(baseFileName, videoExtn)
|
||||
videoFilePath := filepath.Join(diskInfo.ExportRoot, diskInfo.AlbumMeta.FolderName, videoFileName)
|
||||
|
Loading…
x
Reference in New Issue
Block a user