image: store thumbnail with path name

This commit is contained in:
Dylan Araps 2019-01-07 20:22:59 +02:00
parent 8aab756a15
commit 04420479dc
1 changed files with 1 additions and 1 deletions

View File

@ -3702,7 +3702,7 @@ get_image_size() {
make_thumbnail() {
# Name the thumbnail using variables so we can
# use it later.
image_name="${crop_mode}-${crop_offset}-${width}-${height}-${image##*/}"
image_name="${crop_mode}-${crop_offset}-${width}-${height}-${image//\/}"
# Handle file extensions.
case "${image##*.}" in