Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Switching libraries while a specific series is set results in error message "No results" #2902

Closed
ZLoth opened this issue May 1, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@ZLoth
Copy link

ZLoth commented May 1, 2024

Describe the issue

As my implementation is configured, I have my collection separated into several libraries to make management easier. This includes separating my Fiction, Science Fiction, and Western Collections into Regular and non-dramatized. As a result, I can be displaying a series from a non-dramatized library, switch the library, and because the UUID of the series is different, I get no results.

As a short term solution, if I'm switching libraries, I should be retuned to the root level of the series. A longer-term solution is a best match for a similar title.

Steps to reproduce the issue

  1. Go to a library and select "Series".
  2. Select a book series.
  3. Switch to a different library.

WHAT SHOULD HAPPEN: The series should be returned to the root level.
WHAT REALLY HAPPENS: No results.

Recording of issue:
https://github.com/advplyr/audiobookshelf/assets/6700159/b2f441df-cf99-4f8c-94d4-310e418203b6

Audiobookshelf version

2.9.0, 2.8.1

How are you running audiobookshelf?

Docker

@ZLoth ZLoth added the bug Something isn't working label May 1, 2024
@advplyr advplyr added the awaiting release Issue is resolved and will be in the next release label May 1, 2024
@advplyr
Copy link
Owner

advplyr commented May 1, 2024

I updated this to redirect to the root series page for the next release. This isn't going to be updated to redirect to a series of a similar name because this isn't how libraries are intended to be used. Libraries were made to be completely separate

@ZLoth
Copy link
Author

ZLoth commented May 2, 2024

Thank you, awaiting release.

@advplyr
Copy link
Owner

advplyr commented May 27, 2024

Fixed in v2.10.0

@advplyr advplyr closed this as completed May 27, 2024
@advplyr advplyr removed the awaiting release Issue is resolved and will be in the next release label May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants