podlove / podlove-publisher

Podlove Podcast Publisher for WordPress
https://wordpress.org/plugins/podlove-podcasting-plugin-for-wordpress/
MIT License
299 stars 84 forks source link

Investigate: Duplicate entries in MediaFile table #1475

Closed eteubert closed 6 months ago

eteubert commented 6 months ago

There must be only one entry per episode-asset-tuple in the MediaFile table. Apparently it has occurred that there are multiple. Investigate the source and fix it.

via https://community.podlove.org/t/change-in-behavior-identifying-assets/3288/11

🤦 I added the active = 1 filter to find_by_episode_id_and_episode_asset_id, so find_and_create does not work as expected any more.