Skip to content

Fix adding new files to the library repeatedly

Šimon Rataj requested to merge (removed):storeNewFilePathInKnownFiles into master

I noticed that the same file can be added to the library over and over again, as long as it is not there when the program starts. I fixed it by adding the file path to the knownFiles set when it is first found.

Merge request reports