mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 01:54:42 +01:00
ReSharper format: conform inline 'out' parameters.
This commit is contained in:
@@ -108,8 +108,7 @@ namespace MediaBrowser.Model.Configuration
|
||||
}
|
||||
}
|
||||
|
||||
ImageOption[] options;
|
||||
if (DefaultImageOptions.TryGetValue(Type, out options))
|
||||
if (DefaultImageOptions.TryGetValue(Type, out var options))
|
||||
{
|
||||
foreach (var i in options)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user