During Backup - media.js - missing call to continue() on cursor in ffosbr.media.get
Closed this issue · 0 comments
drnida commented
Missing call to this.continue in the cursor onsuccess function. Currently only returning the very first file and stopping.
if (!this.done) {
this.continue();
}
something like this needs to go at line 172 in media.js