mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-12 02:30:23 +01:00
ReSharper Reformat: Properties to expression bodied form.
This commit is contained in:
@@ -102,10 +102,7 @@ namespace MediaBrowser.Api.Playback.Progressive
|
||||
/// Gets the type of the transcoding job.
|
||||
/// </summary>
|
||||
/// <value>The type of the transcoding job.</value>
|
||||
protected override TranscodingJobType TranscodingJobType
|
||||
{
|
||||
get { return TranscodingJobType.Progressive; }
|
||||
}
|
||||
protected override TranscodingJobType TranscodingJobType => TranscodingJobType.Progressive;
|
||||
|
||||
/// <summary>
|
||||
/// Processes the request.
|
||||
|
||||
Reference in New Issue
Block a user