Closed eteubert closed 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.
active = 1
find_by_episode_id_and_episode_asset_id
find_and_create
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 tofind_by_episode_id_and_episode_asset_id
, sofind_and_create
does not work as expected any more.