damontecres / StashAppAndroidTV

Android TV App for Stash
GNU Affero General Public License v3.0
62 stars 5 forks source link

Fix determining next page #281

Closed damontecres closed 1 month ago

damontecres commented 1 month ago

In some rare cases if there is a single item returned, the StashPagingSource will go nuts and load the same page over and over.

There is only potentially a next page if we loaded at least the max number of items.