mirror of
https://github.com/talwat/lowfi
synced 2024-12-26 03:01:55 +00:00
fix: tracklist shorthand not working
This commit is contained in:
parent
e7ac0c9214
commit
b12a7077a8
@ -75,8 +75,7 @@ impl List {
|
||||
let name = dirs::data_dir()
|
||||
.unwrap()
|
||||
.join("lowfi")
|
||||
.join(arg)
|
||||
.join(".txt");
|
||||
.join(format!("{}.txt", arg));
|
||||
|
||||
let raw = if name.exists() {
|
||||
fs::read_to_string(name).await?
|
||||
|
Loading…
Reference in New Issue
Block a user