mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
merge two tv episodes return 400 bad request #2368
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Psychoses on GitHub (Dec 11, 2020).
Describe the bug
When i merge two tv episodes with web or api i get return "400 bad request" and "Please supply at least two videos to merge."
http://ip:8096/Videos/MergeVersions?Ids=1869d2e7-b0f9-9053-3a2d-eacf3aa192aa%2C65592dab-52c3-4907-9d94-d0d3cc36f4b2
System (please complete the following information):
To Reproduce
Try merge two tv episodes
Expected behavior
A merge success.
Anyone have this problem too ?
Edit
Fix seems ready
https://github.com/jellyfin/jellyfin/pull/4672