Adjust file reads and writes

This commit is contained in:
Ben Sarmiento
2024-05-20 22:57:20 +02:00
parent a3a24124a8
commit d5dd9426ed
5 changed files with 22 additions and 34 deletions

View File

@@ -70,7 +70,7 @@ func NewTorrentManager(cfg config.ConfigInterface, api *realdebrid.RealDebrid, w
RemountTrigger: make(chan struct{}, 1),
latestState: &LibraryState{},
allAccessKeys: mapset.NewSet[string](),
allAccessKeys: mapset.NewSet[string](), // this is for tracking what is deleted
}
t.fixers = t.readFixersFromFile()