Correct title
This commit is contained in:
parent
4b1e1af453
commit
4393de0778
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ class Album:
|
|||
id=tid,
|
||||
title=track["title"],
|
||||
album=album,
|
||||
dest_path=f"{album.dest_path}/{album.artist} - {album.title} - {tnr + 1} {track['title']}.flac",
|
||||
dest_path=f"{album.dest_path}/{album.artist} - {album.title} - {tnr + 1:02d} {track['title']}.flac",
|
||||
)
|
||||
for tnr, (tid, track) in enumerate(
|
||||
zip(data["track_ids"], data["tracks"]["items"])
|
||||
|
|
Loading…
Add table
Reference in a new issue