Skip to content

Recently Added section not updating. #2851

Answered by dbotamous
dbotamous asked this question in Q&A
Discussion options

You must be logged in to vote

What i ended up doing to fix it, is just update the mediaAddedAt field for all media affected.
UPDATE media SET mediaAddedAt = "2021-03-04 22:06:03" where mediaAddedAt = "NaN-NaN-NaN NaN:NaN:NaN.NaN";
I used that date because it seemed most records affected had the "updatedAt" of 2021-03-04.

I'm not sure if this is the best way, but it worked, and now my "Recently Added" section is showing correctly when compared to tautulli and plex

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dbotamous
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant