mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 16:33:25 -03:00
Add comment
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user