Skip to content

Commit

Permalink
Use tracknumber.
Browse files Browse the repository at this point in the history
  • Loading branch information
toots committed Jan 28, 2025
1 parent 43224d5 commit e9593c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/playlist.liq
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ def replaces playlist.parse.cue(~pwd=null(), content) =
(postgap_metadata, null.map(string_of_timecode, postgap)),
(index_zero_metadata, null.map(string_of_timecode, index_zero)),
(index_zero_filename_metadata, index_zero_filename),
("track", string(position)),
("tracknumber", string(position)),
("catalog", catalog),
("artist", performer ?? album_performer),
("title", title),
Expand Down

0 comments on commit e9593c5

Please sign in to comment.