mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 06:23:03 +03:00
ReSharper format: conform inline 'out' parameters.
This commit is contained in:
@@ -103,8 +103,7 @@ namespace MediaBrowser.Controller.Entities
|
||||
{
|
||||
lock (LibraryOptions)
|
||||
{
|
||||
LibraryOptions options;
|
||||
if (!LibraryOptions.TryGetValue(path, out options))
|
||||
if (!LibraryOptions.TryGetValue(path, out var options))
|
||||
{
|
||||
options = LoadLibraryOptions(path);
|
||||
LibraryOptions[path] = options;
|
||||
|
||||
Reference in New Issue
Block a user