Skip to content

fix(overseerr): exclude requested/processing titles from the deck (not just available) - #27

Merged
valeboth merged 1 commit into
mainfrom
fix/overseerr-media-filter
Aug 26, 2026
Merged

fix(overseerr): exclude requested/processing titles from the deck (not just available)#27
valeboth merged 1 commit into
mainfrom
fix/overseerr-media-filter

Conversation

@valeboth

Copy link
Copy Markdown
Owner

Review-pass bug fix. getRequestedTmdbIds used filter=allavailable, which returns only downloaded titles — so a title requested (pending/processing) but not yet downloaded still appeared in the deck. Now uses filter=all and keeps status >= 2 (pending/processing/partial/available), so anything already in the Overseerr pipeline is excluded.

lint/typecheck/build ✅. health → v3.5.

…luded too

getRequestedTmdbIds queried filter=allavailable, which only returns downloaded titles —
so recently *requested* (pending/processing) titles still showed up in the deck. Query
filter=all and keep status>=2 (pending/processing/partial/available). health -> v3.5
@valeboth
valeboth merged commit de1e836 into main Aug 26, 2026
1 check passed
@valeboth
valeboth deleted the fix/overseerr-media-filter branch August 28, 2026 13:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant