From e732f2efc1bf4bb06238c9a0cfbd261a5b5ee3f2 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Tue, 3 Mar 2026 14:26:48 -0500 Subject: [PATCH] Clarification on similarly-named methods --- SabreTools.RedumpLib/Web/RedumpClient.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SabreTools.RedumpLib/Web/RedumpClient.cs b/SabreTools.RedumpLib/Web/RedumpClient.cs index 4690461..2d4f08f 100644 --- a/SabreTools.RedumpLib/Web/RedumpClient.cs +++ b/SabreTools.RedumpLib/Web/RedumpClient.cs @@ -1033,6 +1033,7 @@ namespace SabreTools.RedumpLib.Web /// /// Redump disc ID to retrieve /// String containing the page contents if successful, null on error + /// This only includes the site page itself public async Task DownloadSingleSiteID(int id) { string paddedId = id.ToString().PadLeft(6, '0'); @@ -1071,6 +1072,7 @@ namespace SabreTools.RedumpLib.Web /// Output directory to save data to /// True to rename deleted entries, false otherwise /// True if all data was downloaded, false otherwise + /// This includes all subpages and attached files public async Task DownloadSingleSiteID(int id, string? outDir, bool rename) { // If no output directory is defined, use the current directory instead