Fix mediatag...

This commit is contained in:
yflory
2018-06-11 15:06:43 +02:00
parent 054ad9e741
commit aeaf7d1950
3 changed files with 5 additions and 5 deletions

View File

@@ -11,9 +11,7 @@ define([
var u8 = file.blob; // This is not a blob but a uint8array
var metadata = file.metadata;
var owned = file.isOwned;
// XXX
owned = true;
var owned = file.owned;
// if it exists, path contains the new pad location in the drive
var path = file.path;