mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-19 04:34:18 +01:00
Add comment
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user