Ability to import mediatags to the drive
This commit is contained in:
@@ -390,6 +390,7 @@
|
||||
var end = function (decrypted) {
|
||||
process(mediaObject, decrypted, cfg, function (err) {
|
||||
if (err) { return void emit('error', err); }
|
||||
mediaObject._blob = decrypted;
|
||||
emit('complete', decrypted);
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user