mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-03 22:40:09 +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
|
|
@ -20,8 +20,8 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
|||
|
||||
public EncodingJobOptions Options
|
||||
{
|
||||
get { return (EncodingJobOptions)BaseRequest; }
|
||||
set { BaseRequest = value; }
|
||||
get => (EncodingJobOptions)BaseRequest;
|
||||
set => BaseRequest = value;
|
||||
}
|
||||
|
||||
public string Id { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue