Add comment

This commit is contained in:
Bond-009
2021-06-06 19:30:43 +02:00
committed by GitHub
parent 915855e422
commit ce434ebc7a

View File

@@ -17,6 +17,7 @@ namespace MediaBrowser.Model.Extensions
return str; return str;
} }
// We check IsLower instead of IsUpper because both return false for non-letters
if (!char.IsLower(str[0])) if (!char.IsLower(str[0]))
{ {
return str; return str;