Fixing the BatchBy utils

This commit is contained in:
Zoe Roux 2020-12-29 20:25:50 +01:00
parent 82aea9dccf
commit 0dac538088
2 changed files with 4 additions and 1 deletions

View File

@ -254,6 +254,9 @@ namespace Kyoo
i = 0;
yield return ret;
}
Array.Resize(ref ret, i);
yield return ret;
}
public static string ToQueryString(this Dictionary<string, string> query)

@ -1 +1 @@
Subproject commit edad5563b12479d9a0a58ee330171d8501125bb1
Subproject commit d04b635c37d56bad6efd19e0033ed9600026aecc