diff --git a/src/state/watched/store.ts b/src/state/watched/store.ts index 3d45f879..53dc6ef7 100644 --- a/src/state/watched/store.ts +++ b/src/state/watched/store.ts @@ -60,7 +60,7 @@ export const VideoProgressStore = createVersionedStore() ) { // Find episode ID (barely ever works) const episodeTitle = oldItem.item.meta.seasonData.episodes.find( - (ep) => ep.id === oldItem.item.series?.episodeId + (ep) => ep.number === oldItem.item.series?.episode )?.title; // Add season to season data