mirror of
https://github.com/jellyfin/jellyfin-plugin-opensubtitles.git
synced 2024-11-27 00:10:50 +00:00
Merge pull request #92 from MBR-0001/patch-2
This commit is contained in:
commit
e33a3fcd86
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user