mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-20 11:32:34 +00:00
ReSharper Reformat: Properties to expression bodied form.
This commit is contained in:
@@ -53,10 +53,6 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
||||
return null;
|
||||
}
|
||||
|
||||
protected override bool IsVideoEncoder
|
||||
{
|
||||
get { return false; }
|
||||
}
|
||||
|
||||
protected override bool IsVideoEncoder => false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user