umputun / feed-master

Pulls multiple podcast feeds (RSS) and republishes as a common feed, properly sorted and podcast-client friendly.
https://feed-master.umputun.dev
MIT License
118 stars 26 forks source link

Fix feed processing loop premature exit on hitting known item #51

Closed paskal closed 2 years ago

paskal commented 2 years ago

Before that change, the first found already created item causes the loop to exit. Was not a problem until I've added the filtered check condition to the same if cause after that filter was hitting it as well.