mirror of
https://github.com/C9Glax/tranga.git
synced 2025-06-12 06:27:54 +02:00
Rename Connector.SearchChapters -> SelectChapters
Added "a(ll)"-option to SelectChapters
This commit is contained in:
@ -514,7 +514,7 @@ public static class Tranga_Cli
|
||||
while(selectedChapters is null || selectedChapters.Length < 1)
|
||||
selectedChapters = Console.ReadLine();
|
||||
|
||||
return connector.SearchChapters(publication, selectedChapters);
|
||||
return connector.SelectChapters(publication, selectedChapters);
|
||||
}
|
||||
|
||||
private static Connector? SelectConnector(Connector[] connectors, Logger logger)
|
||||
|
Reference in New Issue
Block a user