mirror of
https://github.com/talwat/lowfi
synced 2025-04-26 12:33:23 +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()
|
let name = dirs::data_dir()
|
||||||
.unwrap()
|
.unwrap()
|
||||||
.join("lowfi")
|
.join("lowfi")
|
||||||
.join(arg)
|
.join(format!("{}.txt", arg));
|
||||||
.join(".txt");
|
|
||||||
|
|
||||||
let raw = if name.exists() {
|
let raw = if name.exists() {
|
||||||
fs::read_to_string(name).await?
|
fs::read_to_string(name).await?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user