Merge pull request #92 from MBR-0001/patch-2

This commit is contained in:
Cody Robibero 2022-01-10 08:03:22 -07:00 committed by GitHub
commit e33a3fcd86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -170,7 +170,7 @@ namespace Jellyfin.Plugin.OpenSubtitles.OpenSubtitlesHandler
final.AddRange(last.Data.Data);
}
while (current <= max && last.Data.Data.Count == 100);
while (current <= max);
return new ApiResponse<IReadOnlyList<ResponseData>>(final, response);
}