mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-14 11:40:42 +01:00
Reduce allocations, simplifed code, faster implementation, included tests - StreamInfo.ToUrl (#9369)
* Rework PR 6168 * Fix test
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user