There was an error while loading. Please reload this page.
1 parent 4c3e0a3 commit b24900bCopy full SHA for b24900b
1 file changed
src/tagstudio/core/library/alchemy/library.py
@@ -602,6 +602,7 @@ def open_sqlite_library(
602
logger.info(f"[Library] Library migrated to DB version {DB_VERSION}")
603
604
with Session(self.engine) as session:
605
+ # TODO: the folder logic has no use and was never finished, remove it
606
# check if folder matching current path exists already
607
# NOTE: this has been causing new Folders to be created when the library is moved, since
608
# its introduction
0 commit comments