[Bug]: missing recently added on the home view #2990

Closed
opened 2026-04-25 00:12:47 +02:00 by adam · 4 comments
Owner

Originally created by @unl0ck on GitHub (Sep 6, 2025).

What happened?

Missing recently added on the home view

What did you expect to happen?

See the last added books

Steps to reproduce the issue

  1. Open Home view

Audiobookshelf version

v2.29.0

How are you running audiobookshelf?

Docker

What OS is your Audiobookshelf server hosted from?

Linux

If the issue is being seen in the UI, what browsers are you seeing the problem on?

Safari

Logs


Additional Notes

Or is it away ?
Demo site same issue

Originally created by @unl0ck on GitHub (Sep 6, 2025). ### What happened? Missing recently added on the home view ### What did you expect to happen? See the last added books ### Steps to reproduce the issue 1. Open Home view ### Audiobookshelf version v2.29.0 ### How are you running audiobookshelf? Docker ### What OS is your Audiobookshelf server hosted from? Linux ### If the issue is being seen in the UI, what browsers are you seeing the problem on? Safari ### Logs ```shell ``` ### Additional Notes Or is it away ? Demo site same issue
adam added the bug label 2026-04-25 00:12:47 +02:00
adam closed this issue 2026-04-25 00:12:47 +02:00
Author
Owner

@Vito0912 commented on GitHub (Sep 6, 2025):

Did you add anything recently?

There is nothing under "recetly added" on the demo site, because after some time items are hidden from the recently added section.

@Vito0912 commented on GitHub (Sep 6, 2025): Did you add anything recently? There is nothing under "recetly added" on the demo site, because after some time items are hidden from the recently added section.
Author
Owner

@unl0ck commented on GitHub (Sep 6, 2025):

Is there any deadline if for example since 90 days nothing was added, so they will show not anymore recently added ?
I thought it will show always the latest added

@unl0ck commented on GitHub (Sep 6, 2025): Is there any deadline if for example since 90 days nothing was added, so they will show not anymore recently added ? I thought it will show always the latest added
Author
Owner

@Vito0912 commented on GitHub (Sep 6, 2025):

I would need to check the code, but I think it's around that date, yes.
You can still sort by "added" in the library section, but it also makes sense as its,"Recently added" and not "Latest added".

Edit: Yes 60 days

      libraryItemWhere['createdAt'] = {
        [Sequelize.Op.gte]: new Date(new Date() - 60 * 24 * 60 * 60 * 1000) // 60 days ago
      }
@Vito0912 commented on GitHub (Sep 6, 2025): I would need to check the code, but I think it's around that date, yes. You can still sort by "added" in the library section, but it also makes sense as its,"Recently added" and not "Latest added". Edit: Yes 60 days ``` libraryItemWhere['createdAt'] = { [Sequelize.Op.gte]: new Date(new Date() - 60 * 24 * 60 * 60 * 1000) // 60 days ago } ```
Author
Owner

@unl0ck commented on GitHub (Sep 6, 2025):

Ah thanks, okay yeah I had read the code right thanks for the answer.

@unl0ck commented on GitHub (Sep 6, 2025): Ah thanks, okay yeah I had read the code right thanks for the answer.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#2990