summaryrefslogtreecommitdiff
path: root/bin/ifuse-photos-to-tmp
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ifuse-photos-to-tmp')
-rwxr-xr-xbin/ifuse-photos-to-tmp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ifuse-photos-to-tmp b/bin/ifuse-photos-to-tmp
index 7d631002..d7e6c6fb 100755
--- a/bin/ifuse-photos-to-tmp
+++ b/bin/ifuse-photos-to-tmp
@@ -134,7 +134,7 @@ patient_unmount($mount);
system "ifuse --documents org.videolan.vlc-ios $mount";
die "could not mount $mount with ifuse" unless ($? == 0);
-foreach my $file (glob qq<"${mount}/Apple CoreAudio format*.caf">) {
+foreach my $file (glob qq<"${mount}/Apple CoreAudio format*.caf" "${mount}/Audio Message*.caf">) {
my $target = catfile $dest, basename $file;
my $counter = 1;
my $dir = catfile $ENV{HOME}, qw(annex chats),