mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-18 05:30:34 +01:00
ReSharper Reformat: Properties to expression bodied form.
This commit is contained in:
@@ -42,12 +42,6 @@ namespace MediaBrowser.Model.Dto
|
||||
/// </summary>
|
||||
/// <value><c>true</c> if this instance has primary image; otherwise, <c>false</c>.</value>
|
||||
[IgnoreDataMember]
|
||||
public bool HasPrimaryImage
|
||||
{
|
||||
get
|
||||
{
|
||||
return PrimaryImageTag != null;
|
||||
}
|
||||
}
|
||||
public bool HasPrimaryImage => PrimaryImageTag != null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user