Use depencency injection for ISubtitleProvider

This commit is contained in:
Patrick Barron
2023-01-27 18:41:10 -05:00
parent 8898012121
commit 4f81f4daaa
3 changed files with 6 additions and 18 deletions

View File

@@ -19,12 +19,6 @@ namespace MediaBrowser.Controller.Subtitles
/// </summary>
event EventHandler<SubtitleDownloadFailureEventArgs> SubtitleDownloadFailure;
/// <summary>
/// Adds the parts.
/// </summary>
/// <param name="subtitleProviders">The subtitle providers.</param>
void AddParts(IEnumerable<ISubtitleProvider> subtitleProviders);
/// <summary>
/// Searches the subtitles.
/// </summary>