Skip to content

Commit

Permalink
Sorts the files based on tags at the end.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBengineer committed May 11, 2021
1 parent b18d36b commit ddd948c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ def status(l_time, current_index, l_index, total, process_start_time):
except mutagen.mp3.HeaderNotFoundError:
pass

elif len(list(decision_matrix_inv[filename].keys())) > 1:
else:
if "album" in files_dict[filename]["tags"]:
album = files_dict[filename]["tags"]["album"]
if "artist" in files_dict[filename]["tags"]:
Expand Down

0 comments on commit ddd948c

Please sign in to comment.