Skip to content

Commit

Permalink
- Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaBear84 committed Nov 20, 2021
1 parent 3c35c7d commit 1ff279d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/OpenDirectoryDownloader/OpenDirectoryIndexer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
using OpenDirectoryDownloader.Helpers;
using OpenDirectoryDownloader.Models;
using OpenDirectoryDownloader.Shared.Models;
using OpenDirectoryDownloader.Site.GDIndex;
using OpenDirectoryDownloader.Site.GDIndex.GdIndex;
using Polly;
using Polly.Retry;
using System;
Expand Down Expand Up @@ -800,7 +798,7 @@ private async Task ProcessWebDirectoryAsync(string name, WebDirectory webDirecto
{
if (Session.Parameters.ContainsKey(Constants.Parameters_GdIndex_RootId))
{
await GdIndexParser.ParseIndex(HttpClient, webDirectory, string.Empty);
await Site.GDIndex.GdIndex.GdIndexParser.ParseIndex(HttpClient, webDirectory, string.Empty);
return;
}

Expand Down

0 comments on commit 1ff279d

Please sign in to comment.