mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-06-01 04:34:26 -04:00
Add comment
This commit is contained in:
parent
915855e422
commit
ce434ebc7a
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user