doc: add comment on removing Folder logic

This commit is contained in:
Jann Stute
2026-07-09 22:42:06 +02:00
parent 4c3e0a3810
commit b24900b9fb
@@ -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