More spelling corrections.

This commit is contained in:
Greenback
2020-11-18 13:46:14 +00:00
parent e51ddd326c
commit 9a323f6df0
18 changed files with 36 additions and 36 deletions

View File

@@ -29,7 +29,7 @@ namespace MediaBrowser.Model.Dlna
int? maxWidth,
int? maxHeight)
{
// If the bitrate isn't changing, then don't downlscale the resolution
// If the bitrate isn't changing, then don't downscale the resolution
if (inputBitrate.HasValue && outputBitrate >= inputBitrate.Value)
{
if (maxWidth.HasValue || maxHeight.HasValue)