Suggestion from review

pull/4652/head
crobibero 4 years ago
parent b0c79edd2c
commit 685c966468

@ -87,10 +87,7 @@ namespace Jellyfin.Api.Controllers
{
foreach (var (key, value) in customDisplayPreferences)
{
if (!dto.CustomPrefs.ContainsKey(key))
{
dto.CustomPrefs[key] = value;
}
dto.CustomPrefs.TryAdd(key, value);
}
}

Loading…
Cancel
Save