mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-03 22:40:09 +00:00
Add more comments and logging, streamline code
This commit is contained in:
parent
2403a0a367
commit
cd852d43c1
4 changed files with 42 additions and 19 deletions
|
|
@ -542,7 +542,7 @@ namespace MediaBrowser.Controller.MediaEncoding
|
|||
|
||||
if (state.MediaSource.VideoType == VideoType.BluRay)
|
||||
{
|
||||
return _mediaEncoder.GetInputArgument(_mediaEncoder.GetPrimaryPlaylistM2TsFiles(state.MediaPath, null).ToList(), state.MediaSource);
|
||||
return _mediaEncoder.GetInputArgument(_mediaEncoder.GetPrimaryPlaylistM2tsFiles(state.MediaPath).ToList(), state.MediaSource);
|
||||
}
|
||||
|
||||
return _mediaEncoder.GetInputArgument(mediaPath, state.MediaSource);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue