Add server-side pagination to recommendations view #14
Loading…
Reference in a new issue
No description provided.
Delete branch "refs/pull/14/head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds Trakt API server-side pagination to the recommendations view.
Navigate to the
...sentinel row and press ↓ again to load the next page, replacing the current table. Pages are cached per (item_type, page) pair. Unrated-watched views are unaffected — their sentinel row remains a visual hint only.Closes #13