Add comment
This commit is contained in:
parent
915855e422
commit
ce434ebc7a
|
@ -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…
Reference in New Issue
Block a user