mirror of
https://github.com/SabreTools/SabreTools.RedumpLib.git
synced 2026-04-06 06:11:43 +00:00
Add comments around methods I want to remove
This commit is contained in:
@@ -377,6 +377,7 @@ namespace SabreTools.RedumpLib.Web
|
||||
/// <param name="pageNumber">Page number to use</param>
|
||||
/// <param name="convertForwardSlashes">Replace forward slashes with `-` in queries</param>
|
||||
/// <returns>List of IDs from the page, empty on none, null on error</returns>
|
||||
/// TODO: Figure out how to remove raw query variants
|
||||
public async Task<List<int>?> CheckSingleDiscsPage(string query, int pageNumber, bool convertForwardSlashes)
|
||||
{
|
||||
query = NormalizeQuery(query, convertForwardSlashes);
|
||||
@@ -479,6 +480,7 @@ namespace SabreTools.RedumpLib.Web
|
||||
/// <param name="outDir">Output directory to save data to</param>
|
||||
/// <param name="convertForwardSlashes">Replace forward slashes with `-` in queries</param>
|
||||
/// <returns>List of IDs from the page, empty on none, null on error</returns>
|
||||
/// TODO: Figure out how to remove raw query variants
|
||||
public async Task<List<int>?> CheckSingleDiscsPage(string query, int pageNumber, string? outDir, bool convertForwardSlashes)
|
||||
{
|
||||
query = NormalizeQuery(query, convertForwardSlashes);
|
||||
|
||||
Reference in New Issue
Block a user