bugfix and keys
bugfix: playing failed with tracks of unknown length keys: added yank keys
This commit is contained in:
@@ -73,7 +73,7 @@ __generate_playlist() {
|
||||
(."artist-credit" | map([.name, .joinphrase] | join("")) | join("")),
|
||||
$deco
|
||||
] | join("\t"),
|
||||
length: (.length / 1000 | round | tostring),
|
||||
length: (.length // 0 / 1000 | round | tostring),
|
||||
$pos,
|
||||
number: .number,
|
||||
file: $filenames[.id]
|
||||
|
Reference in New Issue
Block a user