mirror of
https://github.com/C9Glax/tranga.git
synced 2025-07-02 17:04:16 +02:00
Removed UpdateLibraryTask (deprecated).
Libraries will be updated on new Chapters downloaded. Added Migrator, for future file-changes
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user