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

Error while merging music albums not properly caught/displayed to the end user #5489

Open
sn0opy opened this issue May 13, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@sn0opy
Copy link

sn0opy commented May 13, 2024

Describe The Bug

I tried to merge 2 music albums which were split for some reason. While doing so, the servfer returned an error which was only displayed to the browser's dev console. The loading spinner is still being displayed.

Steps To Reproduce

  1. Go to a music library
  2. Select two albums
  3. Clik the "Group versions" menu item
  4. See an endless loading spinner

Expected Behavior

The server returned the following error message "Please supply at least two videos to merge.". I was expecting this error message to be displayed to me as some sort of modal in the front-end

Logs

https://<server>/Videos/MergeVersions?Ids=<id1>,<id2> returned an HTTP 400 Bad Request with the response message: "Please supply at least two videos to merge."

System (please complete the following information):

  • Platform: Linux
  • Browser: Chrome
  • Jellyfin Version: 10.9.1

Additional Context

I assume this error should not have happened in the first place so I guess I should probably file another bug report in the server repo. Or is this feature only available to video files? Then this menu items should not be available anyway.

@sn0opy sn0opy added the bug Something isn't working label May 13, 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

1 participant