@ -87,6 +87,13 @@ export function progressResponsesToEntries(responses: ProgressResponse[]) {
}
}
constitem=items[v.tmdbId];
constitem=items[v.tmdbId];
// Since each watched episode is a single array entry but with the same tmdbId, the root item updatedAt will only have the first episode's timestamp (which is not the newest).
// Here, we are setting it explicitly so the updatedAt always has the highest updatedAt from the episodes.