mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-07-09 23:49:36 +02:00
doc: add comment on removing Folder logic
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user