mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 22:17:25 -04:00
Update MediaBrowser.Model/Extensions/StringHelper.cs
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
This commit is contained in:
parent
686d1ff9fb
commit
6cd9c84ddf
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ namespace MediaBrowser.Model.Extensions
|
|||
(chars, buf) =>
|
||||
{
|
||||
chars[0] = char.ToUpperInvariant(buf[0]);
|
||||
for (int i = 1; i<chars.Length; i++)
|
||||
for (int i = 1; i < chars.Length; i++)
|
||||
{
|
||||
chars[i] = buf[i];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue