fixed typo
This commit is contained in:
parent
20c711b248
commit
5ea002771a
|
@ -324,7 +324,7 @@ namespace MediaBrowser.Api.Playback
|
|||
|
||||
if (!hasFixedResolution)
|
||||
{
|
||||
param += " crf18";
|
||||
param += " -crf 18";
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -336,7 +336,7 @@ namespace MediaBrowser.Api.Playback
|
|||
|
||||
if (!hasFixedResolution)
|
||||
{
|
||||
param += " crf18";
|
||||
param += " -crf 18";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user