mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-29 20:24:47 +03:00
ReSharper Reformat: Properties to expression bodied form.
This commit is contained in:
@@ -141,10 +141,7 @@ namespace MediaBrowser.Api.Playback
|
||||
return Path.Combine(folder, dataHash + (outputFileExtension ?? string.Empty).ToLower());
|
||||
}
|
||||
|
||||
protected virtual bool EnableOutputInSubFolder
|
||||
{
|
||||
get { return false; }
|
||||
}
|
||||
protected virtual bool EnableOutputInSubFolder => false;
|
||||
|
||||
protected readonly CultureInfo UsCulture = new CultureInfo("en-US");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user