From b24900b9fb0667ef162d25d45eaf3c765e14b125 Mon Sep 17 00:00:00 2001 From: Jann Stute Date: Thu, 9 Jul 2026 22:42:06 +0200 Subject: [PATCH] doc: add comment on removing Folder logic --- src/tagstudio/core/library/alchemy/library.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tagstudio/core/library/alchemy/library.py b/src/tagstudio/core/library/alchemy/library.py index dea06d34..6580daa1 100644 --- a/src/tagstudio/core/library/alchemy/library.py +++ b/src/tagstudio/core/library/alchemy/library.py @@ -602,6 +602,7 @@ class Library: logger.info(f"[Library] Library migrated to DB version {DB_VERSION}") with Session(self.engine) as session: + # TODO: the folder logic has no use and was never finished, remove it # check if folder matching current path exists already # NOTE: this has been causing new Folders to be created when the library is moved, since # its introduction