mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
remove extra Clear call
This commit is contained in:
parent
01a5103fef
commit
8b59934ccb
@ -73,7 +73,6 @@ namespace MediaBrowser.Common.Json.Converters
|
|||||||
convertedDictionary[k?.ToString()] = v;
|
convertedDictionary[k?.ToString()] = v;
|
||||||
}
|
}
|
||||||
JsonSerializer.Serialize(writer, convertedDictionary, options);
|
JsonSerializer.Serialize(writer, convertedDictionary, options);
|
||||||
convertedDictionary.Clear();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user