mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 14:08:44 -04: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…
Add table
Add a link
Reference in a new issue