advplyr / audiobookshelf

Self-hosted audiobook and podcast server
https://audiobookshelf.org
GNU General Public License v3.0
6.27k stars 440 forks source link

[Bug]: Switching libraries with filter on results in display of UUID instead of name #2869

Open ZLoth opened 5 months ago

ZLoth commented 5 months ago

Describe the issue

When switching libraries, if I have a filter set and there are no matches, I should see the actual name instead of a UUID

image

Steps to reproduce the issue

  1. Select a library (e.g. Fiction)
  2. Enable a filter (e.g. Author → Charles Dickens)
  3. Switch to another library (e.g. Westerns)

WHAT SHOULD HAPPEN: Message displays No Results for filter "Authors: Charles Dickens" WHAT REALLY HAPPENS: Message displays No Results for filter "Authors: b75f25b8-26bd-4cd1-b998-efb5739b575a"

https://github.com/advplyr/audiobookshelf/assets/6700159/c6519477-c906-41a8-99f7-c1ab0c4f3723

Audiobookshelf version

2.8.1, 2.9.0

How are you running audiobookshelf?

Docker

ZLoth commented 5 months ago

I just installed the 2.9.0 version and issue is still occurring.