-
I have noticed that the "Recently Added" section has never updated, its always the same. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
What i ended up doing to fix it, is just update the mediaAddedAt field for all media affected. 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 |
Beta Was this translation helpful? Give feedback.
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