mirror of
https://github.com/C9Glax/tranga.git
synced 2025-06-12 06:27:54 +02:00
Added KomgaAPI base,
Rewrote settings/task storage to only produce single file
This commit is contained in:
@ -35,7 +35,8 @@ public static class Tranga_Cli
|
||||
|
||||
private static void TaskMode(string folderPath)
|
||||
{
|
||||
TaskManager taskManager = new TaskManager(folderPath);
|
||||
TaskManager.SettingsData settings = TaskManager.ImportData(Directory.GetCurrentDirectory());
|
||||
TaskManager taskManager = new TaskManager(settings);
|
||||
ConsoleKey selection = ConsoleKey.NoName;
|
||||
int menu = 0;
|
||||
while (selection != ConsoleKey.Escape && selection != ConsoleKey.Q)
|
||||
|
Reference in New Issue
Block a user