[PR #11806] Return missing episodes for series when no user defined #13009

Closed
opened 2026-02-07 07:05:37 +03:00 by OVERLORD · 0 comments
Owner

Original Pull Request: https://github.com/jellyfin/jellyfin/pull/11806

State: closed
Merged: Yes


The removal logic filters for virtual episodes but the query for getting all episodes of a series filtered out any missing episodes (which are the virtual episodes), so we only checked against file system episodes, rendering the function useless.

Changes

  • Return missing items when getting episodes of a series without a user specified

Issues
Fixes #7207

**Original Pull Request:** https://github.com/jellyfin/jellyfin/pull/11806 **State:** closed **Merged:** Yes --- The removal logic filters for virtual episodes but the query for getting all episodes of a series filtered out any missing episodes (which are the virtual episodes), so we only checked against file system episodes, rendering the function useless. **Changes** * Return missing items when getting episodes of a series without a user specified **Issues** Fixes #7207
OVERLORD added the pull-request label 2026-02-07 07:05:37 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13009