1
0

Fix file extensions

This commit is contained in:
2025-04-19 22:04:50 -04:00
parent a396ab87d4
commit 3d9d30123b
2 changed files with 3 additions and 3 deletions

View File

@ -56,7 +56,7 @@ def install():
track_path = os.path.join(
album_dir,
f"{disc_number:>02}-{track_number:>02} {song_title}")
f"{disc_number:>02}-{track_number:>02} {song_title}.flac")
cmd = [
"cp",