fix loading of pre-0.8.10 libraries

auto-update
Zlatin Balevsky 2022-02-06 01:59:05 +00:00
parent d2eff98435
commit 19db10348f
No known key found for this signature in database
GPG Key ID: A72832072D525E41
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ class PersisterFolderService extends BasePersisterService {
if (path != null) {
log.fine("found path $path")
event.loadedFile.setPathToSharedParent(path)
_persistFile(event.loadedFile,null)
_persistFile(event.loadedFile)
}
} else
log.fine("loaded shared parent from json ${event.loadedFile.getPathToSharedParent()}")