Add a TODO for later

This commit is contained in:
Jakob Moser 2025-05-24 14:45:53 +02:00
parent 2b8ea5399a
commit 6e982950b4
Signed by: jakob
GPG Key ID: 3EF2BA2851B3F53C

View File

@ -39,6 +39,7 @@ if __name__ == "__main__":
logging.info("Library loaded")
logging.info("Finding duplicates (songs with identical title and artist)")
# TODO Ensure we only have one song per directory
duplicates = find_duplicates(library.songs)
logging.info("Duplicates found")