Fix replace_files after other updates

This commit is contained in:
Keith Edmunds 2023-10-19 11:20:22 +01:00
parent 1502b10701
commit ef651dbc0a

View File

@ -261,7 +261,7 @@ def process_track(src, dst, title, artist, bitrate):
shutil.move(src, new_path)
# Update track metadata
set_track_metadata(session, track)
set_track_metadata(track)
main()