Make unrated-watched item cap configurable #9
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
load_unrated_watched() silently caps results at 20. Users with large backlogs cannot increase the limit.
Fix: add --limit / TRAKT_UNRATED_LIMIT option (default 20). When more items exist beyond the limit, show a '...' row at the bottom of the table as a visual indicator.
Plan: