mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-20 10:42:39 +02:00
Remove whitespace
This commit is contained in:
parent
4c0dd10fb3
commit
5b6e8fb22c
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ namespace MediaBrowser.Common.Json.Converters
|
|||
var convertedDictionary = new Dictionary<string?, TValue>(value.Count);
|
||||
foreach (var (k, v) in value)
|
||||
{
|
||||
if (k != null)
|
||||
if (k != null)
|
||||
{
|
||||
convertedDictionary[k.ToString()] = v;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue