Add comment

pull/6150/head
Bond-009 3 years ago committed by GitHub
parent 915855e422
commit ce434ebc7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save