mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-18 23:42:53 +02:00
Add comment
This commit is contained in:
parent
915855e422
commit
ce434ebc7a
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue