mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
parent
450f733af3
commit
e086e93255
1 changed files with 1 additions and 0 deletions
|
|
@ -117,6 +117,7 @@ private async Task GetLines()
|
|||
using (var memoryStream = new MemoryStream())
|
||||
{
|
||||
await stream.CopyToAsync(memoryStream);
|
||||
memoryStream.Position = 0;
|
||||
await SaveChecksum(memoryStream);
|
||||
if (await IsNewChecksum())
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue