From dfc12a9927079e427ef56a5dc83ce4754555fc05 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 12 Nov 2013 16:08:11 +0000 Subject: [PATCH] --- js/libs/gal/gal.filesystem.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/js/libs/gal/gal.filesystem.js b/js/libs/gal/gal.filesystem.js index 6c5f40df..9dbf36d4 100644 --- a/js/libs/gal/gal.filesystem.js +++ b/js/libs/gal/gal.filesystem.js @@ -86,6 +86,9 @@ } if (!folders.length) { + root.setMetadata(function() { + }, function() { + }, {'com.apple.MobileBackup': 1}); callback(root); } @@ -262,7 +265,6 @@ callback(); }, onError); }); - } if (!gal) { -- 2.39.5