mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-02 05:48:47 +01: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