mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
Reduce allocations, simplifed code, faster implementation, included tests - StreamInfo.ToUrl (#9369)
* Rework PR 6168 * Fix test
This commit is contained in:
parent
cb931e0062
commit
9657708b38
8 changed files with 735 additions and 171 deletions
|
|
@ -800,7 +800,7 @@ namespace MediaBrowser.Model.Dlna
|
|||
options.SubtitleStreamIndex,
|
||||
playlistItem.PlayMethod,
|
||||
playlistItem.TranscodeReasons,
|
||||
playlistItem.ToUrl("media:", "<token>"));
|
||||
playlistItem.ToUrl("media:", "<token>", null));
|
||||
|
||||
item.Container = NormalizeMediaSourceFormatIntoSingleContainer(item.Container, options.Profile, DlnaProfileType.Video, directPlayProfile);
|
||||
return playlistItem;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue