account for hashing errors

pull/24/head
Zlatin Balevsky 2019-10-25 22:51:15 +01:00
parent fe753ff978
commit 45f0736a5e
1 changed files with 2 additions and 1 deletions

View File

@ -53,6 +53,7 @@ class FilesModel {
void onFileHashedEvent(FileHashedEvent e) {
guiThread.invokeLater {
if (e.sharedFile != null)
sharedFiles.add(e.sharedFile)
}
}