From 50ed87e43d25fc146408c10404cea53f23430329 Mon Sep 17 00:00:00 2001 From: keeganjk <24554125+keeganjk@users.noreply.github.com> Date: Sun, 21 Feb 2021 20:53:19 -0500 Subject: [PATCH] Fixed typo The file was displaying as ~/Music//.../artist/album ; removing this slash will have it display properly with only one / at the end of the directory name. --- kunst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kunst b/kunst index d195387..a843b76 100755 --- a/kunst +++ b/kunst @@ -9,7 +9,7 @@ VERSION=1.3.2 COVER=/tmp/kunst.jpg -MUSIC_DIR=~/Music/ +MUSIC_DIR=~/Music SIZE=250x250 POSITION="+0+0" ONLINE_ALBUM_ART=false