mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
docs(archival): 📝 add TODO
This commit is contained in:
parent
7f0ee525a2
commit
1ed13d4e9f
1 changed files with 2 additions and 1 deletions
|
|
@ -97,7 +97,8 @@ private async IAsyncEnumerable<IFileToArchiveSegment> GetSegmentsAsync(
|
|||
IEnumerable<ListDetailsViewUrlVm> segmentUrls,
|
||||
[EnumeratorCancellation] CancellationToken cancellationToken)
|
||||
{
|
||||
foreach (var segment in segmentUrls)
|
||||
// TODO: validate multi-segment lists are archived correctly
|
||||
foreach (var segment in segmentUrls)
|
||||
{
|
||||
var sourceFileName = Uri.UnescapeDataString(segment.Url.Segments.Last());
|
||||
var sourceExtension = Path.GetExtension(sourceFileName);
|
||||
|
|
|
|||
Loading…
Reference in a new issue