mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
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…
x
Reference in New Issue
Block a user