mirror of
https://git.v0l.io/Kieran/void.cat.git
synced 2025-11-16 00:06:25 +01:00
Revert URI encoding trackers
This commit is contained in:
@@ -315,7 +315,7 @@ public static class Extensions
|
||||
PieceSize = pieceSize,
|
||||
Pieces = await BuildPieces(),
|
||||
// ReSharper disable once CoVariantArrayConversion
|
||||
Trackers = trackers.Select(a => new[] {Uri.EscapeDataString(a)}).ToArray(),
|
||||
Trackers = trackers.Select(a => new[] {a}).ToArray(),
|
||||
ExtraFields = new BDictionary
|
||||
{
|
||||
{"url-list", webSeed.ToString()}
|
||||
|
||||
Reference in New Issue
Block a user