mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 12:54:38 +03:00
Use visual files to populate image file names (#4323)
This commit is contained in:
@@ -76,7 +76,7 @@ export const DeleteImagesDialog: React.FC<IDeleteImageDialogProps> = (
|
||||
const deletedFiles: string[] = [];
|
||||
|
||||
props.selected.forEach((s) => {
|
||||
const paths = s.files.map((f) => f.path);
|
||||
const paths = s.visual_files.map((f) => f.path);
|
||||
deletedFiles.push(...paths);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user