mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-04 07:10:45 +00:00
ReSharper Reformat: Properties to expression bodied form.
This commit is contained in:
parent
9fa60ec934
commit
a36658f6f0
185 changed files with 782 additions and 3786 deletions
|
|
@ -415,10 +415,7 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
|||
/// Gets the encoder path.
|
||||
/// </summary>
|
||||
/// <value>The encoder path.</value>
|
||||
public string EncoderPath
|
||||
{
|
||||
get { return FFMpegPath; }
|
||||
}
|
||||
public string EncoderPath => FFMpegPath;
|
||||
|
||||
/// <summary>
|
||||
/// Gets the media info.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue