Add a TODO for later
This commit is contained in:
parent
2b8ea5399a
commit
6e982950b4
@ -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")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user