about summary refs log tree commit diff stats
path: root/ranger
diff options
context:
space:
mode:
authortoonn <toonn@toonn.io>2021-11-11 13:05:49 +0100
committertoonn <toonn@toonn.io>2021-11-11 13:05:49 +0100
commit922aba71d9bbb124c362c29b9abb34d34bd3ec2b (patch)
tree6a681d6b0a7058b0018aa26f042be11fb79b7a67 /ranger
parentb1e42a36316b3f6d92c73ad22f94fa6741593e98 (diff)
downloadranger-922aba71d9bbb124c362c29b9abb34d34bd3ec2b.tar.gz
scope: Remove exit to fallback in case of no thumbnail
Diffstat (limited to 'ranger')
-rwxr-xr-xranger/data/scope.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ranger/data/scope.sh b/ranger/data/scope.sh
index 4126f312..044b3f53 100755
--- a/ranger/data/scope.sh
+++ b/ranger/data/scope.sh
@@ -164,8 +164,8 @@ handle_image() {
         ## Audio
         # audio/*)
         #     # Get embedded thumbnail
-        #     ffmpeg -i "${FILE_PATH}" -map 0:v -map -0:V -c copy "${IMAGE_CACHE_PATH}" && exit 6
-        #     exit 1;;
+        #     ffmpeg -i "${FILE_PATH}" -map 0:v -map -0:V -c copy \
+        #       "${IMAGE_CACHE_PATH}" && exit 6;;
 
         ## PDF
         # application/pdf)