I ran into a bug where my library wouldn't get updated.
Sometimes when fetching only the first item from the library, and empty
result is returned. With no results, there are no pages, and nothing
more will be fetched. Instead, fetch the whole first page.
I don't think I have seen this bug myself, but I believe you.
Updating might be a bit slower, but I didn't notice anything myself when testing your fix.
Will deploy your fix later today.
I ran into a bug where my library wouldn't get updated.
Sometimes when fetching only the first item from the library, and empty result is returned. With no results, there are no pages, and nothing more will be fetched. Instead, fetch the whole first page.