Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove redundant path check in TagDirIterator
Remove unnecessary path validation in TagDirIterator::loadTagsUrls(): - Remove check for "/home/" prefix - Remove check for "/media/" prefix - Remove TODO comment about SQL path handling The path validation was redundant since: 1. File existence is already checked later 2. All valid paths should be allowed for tagging 3. The path restriction was artificially limiting functionality Log: Bug: https://pms.uniontech.com/bug-view-293709.html
- Loading branch information