mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-08 21:52:24 +00:00
Merge pull request #7185 from dmitrylyzo/warn-sa1642
Fix SA1642 warning
This commit is contained in:
@@ -20,7 +20,7 @@ namespace Emby.Server.Implementations.Library.Resolvers
|
||||
private readonly IItemResolver[] _videoResolvers;
|
||||
|
||||
/// <summary>
|
||||
/// Initializes an new instance of the <see cref="ExtraResolver"/> class.
|
||||
/// Initializes a new instance of the <see cref="ExtraResolver"/> class.
|
||||
/// </summary>
|
||||
/// <param name="namingOptions">An instance of <see cref="NamingOptions"/>.</param>
|
||||
public ExtraResolver(NamingOptions namingOptions)
|
||||
|
||||
Reference in New Issue
Block a user