Skip to content

Commit

Permalink
- Rename SaveSessionText to SaveUrls
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaBear84 committed Oct 2, 2022
1 parent 95fc621 commit 321ee89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/OpenDirectoryDownloader/Command.cs
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ internal static void ProcessConsoleInput(OpenDirectoryIndexer openDirectoryIndex
SaveSession(openDirectoryIndexer);
break;
case ConsoleKey.U:
SaveSessionText(openDirectoryIndexer);
SaveUrls(openDirectoryIndexer);
break;
default:
break;
Expand Down Expand Up @@ -190,7 +190,7 @@ private static void SaveSession(OpenDirectoryIndexer openDirectoryIndexer)
}
}

private static void SaveSessionText(OpenDirectoryIndexer openDirectoryIndexer)
private static void SaveUrls(OpenDirectoryIndexer openDirectoryIndexer)
{
try
{
Expand Down

0 comments on commit 321ee89

Please sign in to comment.