-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Filter podcast episodes when finding them by ID
If a podcast feed contains an <item> node without a valid title or enclosure URL but that has an ID which is the same as a later <item> which is valid, the Podcast Provider will match the episode ID to the first invalid node instead of the later valid one. Add a test for this situation and then resolve the problem by applying the same filtering when finding an episode by ID as when building the list of available episodes. Fixes #241.
- Loading branch information
Showing
3 changed files
with
73 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters