mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 00:35:26 +03:00
ReSharper Reformat: Properties to expression bodied form.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user