diff --git a/plugins/imgview b/plugins/imgview index 21e45015..7f99753c 100755 --- a/plugins/imgview +++ b/plugins/imgview @@ -82,7 +82,7 @@ elif type lsix >/dev/null 2>&1; then exit_prompt elif type ucollage >/dev/null 2>&1; then type ffmpeg >/dev/null 2>&1 && make_thumbs 1 - UCOLLAGE_EXPAND_DIRS=1 ucollage . "$NNN_PREVIEWDIR$dir" || exit_prompt + UCOLLAGE_EXPAND_DIRS=1 ucollage "$dir" "$NNN_PREVIEWDIR$dir" || exit_prompt elif type sxiv >/dev/null 2>&1; then type ffmpegthumbnailer >/dev/null 2>&1 && make_thumbs 0 view_files sxiv >/dev/null 2>&1 &