mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-20 00:57:16 +00:00
fixed typo
This commit is contained in:
@@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user