Removed UpdateLibraryTask (deprecated).

Libraries will be updated on new Chapters downloaded.
Added Migrator, for future file-changes
This commit is contained in:
2023-07-20 18:13:22 +02:00
parent 42c2876188
commit fa69f4488f
5 changed files with 36 additions and 4 deletions

View File

@ -15,6 +15,7 @@ public class TrangaSettings
[JsonIgnore] public string coverImageCache => Path.Join(workingDirectory, "imageCache");
public HashSet<LibraryManager> libraryManagers { get; }
public HashSet<NotificationManager> notificationManagers { get; }
public ushort? version { get; set; }
public TrangaSettings(string downloadLocation, string workingDirectory, HashSet<LibraryManager>? libraryManagers,
HashSet<NotificationManager>? notificationManagers)