mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 05:53:03 +03:00
ReSharper format: conform inline 'out' parameters.
This commit is contained in:
@@ -637,9 +637,7 @@ namespace Emby.Server.Implementations.Dto
|
||||
Type = person.Type
|
||||
};
|
||||
|
||||
Person entity;
|
||||
|
||||
if (dictionary.TryGetValue(person.Name, out entity))
|
||||
if (dictionary.TryGetValue(person.Name, out var entity))
|
||||
{
|
||||
baseItemPerson.PrimaryImageTag = GetImageCacheTag(entity, ImageType.Primary);
|
||||
baseItemPerson.Id = entity.Id.ToString("N");
|
||||
|
||||
Reference in New Issue
Block a user