Closed MorrisJobke closed 6 years ago
This fixes an endless recursion for the case, that an external storage is mounted to "/". Then the isRootFolder method never evaluated to true, because a trailing slash was the actual diff between the current path and the root folders path.
isRootFolder
Backport of #339
This fixes an endless recursion for the case, that an external storage is mounted to "/". Then the
isRootFolder
method never evaluated to true, because a trailing slash was the actual diff between the current path and the root folders path.Backport of #339