mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
Breaking API Change: /Items/🆔/PlaybackInfo #2181
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 @iwalton3 on GitHub (Oct 11, 2020).
Originally assigned to: @crobibero on GitHub.
The PlaybackInfo endpoint used to accept arguments both from the query string and from a JSON body, but now only accepts them from a query string. The web client is known to use the query string, while Kodi and MPV Shim are using JSON.
@cvium commented on GitHub (Oct 14, 2020):
ASP.NET Core Web Api does not support this in a nice way.
@dkanada commented on GitHub (Oct 14, 2020):
It sounds like updating the web client would be best if we absolutely can't make this work.