mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 06:23:03 +03:00
ReSharper Reformat: Properties to expression bodied form.
This commit is contained in:
@@ -21,15 +21,9 @@ namespace MediaBrowser.LocalMetadata.Images
|
||||
_fileSystem = fileSystem;
|
||||
}
|
||||
|
||||
public string Name
|
||||
{
|
||||
get { return "Local Images"; }
|
||||
}
|
||||
public string Name => "Local Images";
|
||||
|
||||
public int Order
|
||||
{
|
||||
get { return 0; }
|
||||
}
|
||||
public int Order => 0;
|
||||
|
||||
public bool Supports(BaseItem item)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user