Rewrite tests for coverage and less duplication

Address minor warnings
Revert making GetInternalMetadataPath mockable
This commit is contained in:
Joe Rogers
2022-02-21 21:59:41 +01:00
parent 59040bfa7d
commit 15053516f8
9 changed files with 572 additions and 317 deletions

View File

@@ -12,7 +12,7 @@ namespace MediaBrowser.Providers.MediaInfo
public class SubtitleResolver : MediaInfoResolver
{
/// <summary>
/// Initializes a new instance of the <see cref="MediaInfoResolver"/> class for external subtitle file processing.
/// Initializes a new instance of the <see cref="SubtitleResolver"/> class for external subtitle file processing.
/// </summary>
/// <param name="localizationManager">The localization manager.</param>
/// <param name="mediaEncoder">The media encoder.</param>