mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-03 22:40:09 +00:00
Apply review suggestions
This commit is contained in:
parent
979964ef4b
commit
2403a0a367
5 changed files with 51 additions and 53 deletions
|
|
@ -943,7 +943,7 @@ namespace MediaBrowser.Controller.MediaEncoding
|
|||
|
||||
if (state.MediaSource.VideoType == VideoType.Dvd || state.MediaSource.VideoType == VideoType.BluRay)
|
||||
{
|
||||
var tmpConcatPath = Path.Join(options.TranscodingTempPath, "/" + state.MediaSource.Id + ".concat");
|
||||
var tmpConcatPath = Path.Join(options.TranscodingTempPath, state.MediaSource.Id + ".concat");
|
||||
_mediaEncoder.GenerateConcatConfig(state.MediaSource, tmpConcatPath);
|
||||
arg.Append(" -f concat -safe 0 ")
|
||||
.Append(" -i ")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue