mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #4154] [CLOSED] Add interface for MissingEpisodesProvider #9914
Reference in New Issue
Block a user
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?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/4154
Author: @Zura-01
Created: 9/14/2020
Status: ❌ Closed
Base:
master← Head:missing-episodes-provider📝 Commits (2)
f669338Implement IMissingEpisodesProvider interface5c86c90Apply review suggestions📊 Changes
5 files changed (+111 additions, -68 deletions)
View changed files
📝
MediaBrowser.Controller/Providers/IRemoteMetadataProvider.cs(+6 -0)➕
MediaBrowser.Model/Providers/MissingEpisodeInfo.cs(+25 -0)📝
MediaBrowser.Providers/Plugins/TheTvdb/TvdbSeriesProvider.cs(+27 -1)📝
MediaBrowser.Providers/TV/MissingEpisodeProvider.cs(+19 -56)📝
MediaBrowser.Providers/TV/SeriesMetadataService.cs(+34 -11)📄 Description
Right now missing episodes can only be provided by TVDB (hardcoded). Implement and interface that would allow 3rd party plugins to provide missing episodes to series.
Changes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.