removed unused reference

This commit is contained in:
Luke Pulverenti
2013-05-31 15:33:13 -04:00
parent 0f93bed1bb
commit c025472491
3 changed files with 0 additions and 9 deletions

View File

@@ -146,7 +146,6 @@ namespace MediaBrowser.Controller.MediaInfo
/// <param name="cancellationToken">The cancellation token.</param>
/// <param name="extractImages">if set to <c>true</c> [extract images].</param>
/// <param name="saveItem">if set to <c>true</c> [save item].</param>
/// <param name="previouslyFailedExtractions">The previously failed extractions.</param>
/// <returns>Task.</returns>
/// <exception cref="System.ArgumentNullException"></exception>
public async Task<bool> PopulateChapterImages(Video video, CancellationToken cancellationToken, bool extractImages, bool saveItem)