If a File is being deleted while the Program is running, LibTorrent / SoftwareManager wont detect that the file is missing and continues to show the status "Seeding". If someone also tries to download the same file again, it skips downloading even tho the file doesnt exist, outputting:
[02:21:06] Skipping Logging, download already running...
[02:21:06] Skipping Downloading, download already running...
Fix: Add check if the file itself exists when downloads are started, occasionally check if files still exist. (Listen for file changes?)