diff --git a/static/js/fs.js b/static/js/fs.js index 4d5bb177e..2a0a85bf2 100644 --- a/static/js/fs.js +++ b/static/js/fs.js @@ -69,7 +69,10 @@ pandora.fs = (function() { that.fs.root.getFile(old, {}, function(fileEntry) { fileEntry.moveTo(that.fs.root, name); callback(); - }, callback); + }, function() { + Ox.Log('FS', 'failed to move', old, name); + callback(); + }); } that.cacheVideo = function(id, callback) {