Add IsAutomated to SubtitleSearchRequest

This commit is contained in:
MBR-0001
2021-10-19 21:06:05 +02:00
parent 8388f7c462
commit ade3afad41
8 changed files with 18 additions and 4 deletions

View File

@@ -127,7 +127,7 @@ namespace Jellyfin.Api.Controllers
{
var video = (Video)_libraryManager.GetItemById(itemId);
return await _subtitleManager.SearchSubtitles(video, language, isPerfectMatch, CancellationToken.None).ConfigureAwait(false);
return await _subtitleManager.SearchSubtitles(video, language, isPerfectMatch, false, CancellationToken.None).ConfigureAwait(false);
}
/// <summary>