Files
jellyfin/MediaBrowser.Model
mani dd73b1d309 Fix StreamInfo.ToUrl: restore plain key=value for StreamOptions
The previous (wrong) change encoded options as streamOptions[key]=value.
ParseStreamOptions reads IQueryCollection verbatim, so the key would be
stored as "streamOptions[crtShader]" instead of "crtShader", breaking
TryGetValue("crtShader"). Restore the original plain format so the
server-side lookup works correctly.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-25 23:05:57 +01:00
..
2025-03-25 16:45:00 +01:00
2025-05-04 08:40:34 -06:00
2025-03-25 16:45:00 +01:00
2025-07-14 18:36:54 -06:00
2025-01-25 20:05:15 -05:00
2025-03-31 17:46:21 -06:00
2022-12-05 15:00:20 +01:00