Skip to content

Commit

Permalink
adds mediafire to the downloaders that are assumed to be valid during…
Browse files Browse the repository at this point in the history
… checks
  • Loading branch information
EzioTheDeadPoet committed Nov 23, 2024
1 parent 44ceaea commit 2209af6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Wabbajack.CLI/Verbs/ValidateLists.cs
Original file line number Diff line number Diff line change
Expand Up @@ -635,6 +635,8 @@ private async Task DeleteOldMirrors(IEnumerable<Hash> mirroredFiles, IReadOnlySe
return (ArchiveStatus.Valid, archive);
case Nexus:
return (ArchiveStatus.Valid, archive);
case MediaFire:
return (ArchiveStatus.Valid, archive);
case VectorPlexus:
return (ArchiveStatus.InValid, archive);
}
Expand Down

0 comments on commit 2209af6

Please sign in to comment.