diff options
Diffstat (limited to '.config/lf')
-rwxr-xr-x | .config/lf/scope | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.config/lf/scope b/.config/lf/scope index 139a5af..43a91f0 100755 --- a/.config/lf/scope +++ b/.config/lf/scope @@ -74,7 +74,6 @@ video/*) prefix="$(PrefixGen "$1")" suffix="$(SuffixGen "$1")" filename="$prefix-$suffix" - # XXX: thumbnail seems to get re-generated every time the file is selected [ ! -f "$PREVIEW_DIR/$filename.six" ] && { rm -f "$PREVIEW_DIR/$prefix-*" ffmpegthumbnailer -i "$1" -s 0 -c png -f -o - | |