mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-06 14:22:55 +01:00
Run tree-wide dotnet format
This commit is contained in:
@@ -117,7 +117,7 @@ namespace MediaBrowser.Controller.Library
|
||||
get
|
||||
{
|
||||
var paths = string.IsNullOrEmpty(Path) ? Array.Empty<string>() : [Path];
|
||||
return AdditionalLocations is null ? paths : [..paths, ..AdditionalLocations];
|
||||
return AdditionalLocations is null ? paths : [.. paths, .. AdditionalLocations];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user