1
0
mirror of https://github.com/rclone/rclone.git synced 2026-01-04 01:23:24 +00:00

dropbox: adapt code to recent library changes

This commit is contained in:
Nick Craig-Wood
2014-12-23 12:40:53 +00:00
parent cfdb48c864
commit 51b24a1dc6
2 changed files with 2 additions and 1 deletions

View File

@@ -290,7 +290,7 @@ func (f *FsDropbox) list(out fs.ObjectsChan) {
if !deltaPage.HasMore {
break
}
cursor = deltaPage.Cursor
cursor = deltaPage.Cursor.Cursor
}
}
}