Skip to content

Commit

Permalink
- Switch to AnonFiles as main file hosting
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaBear84 committed Nov 8, 2021
1 parent 79cde82 commit 2925c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OpenDirectoryDownloader/OpenDirectoryIndexer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -385,9 +385,9 @@ public async void StartIndexingAsync()
{
List<IFileUploadSite> uploadSites = new List<IFileUploadSite>()
{
new AnonFiles(),
new GoFileIo(),
new UploadFilesIo(),
new AnonFiles(),
};
foreach (IFileUploadSite uploadSite in uploadSites)
Expand Down

0 comments on commit 2925c8b

Please sign in to comment.