From 125cca58547f52ecaf95046dfc1c8cbf16c74042 Mon Sep 17 00:00:00 2001 From: Rasmus Steinke Date: Sun, 5 Oct 2014 00:36:52 +0200 Subject: fix of fix --- clerk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clerk b/clerk index c000156..9b338d1 100755 --- a/clerk +++ b/clerk @@ -168,7 +168,7 @@ updateDB () { rating=$(echo "$ratings" | cut -d '/' -f1) rating_max=$(echo "$ratings" | cut -d '/' -f2) date=${date//\'/\\\'} - albumartist=${albumartist//\'/\\\'} + artist=${artist//\'/\\\'} album=${album//\'/\\\'} rating=${rating//\'/\\\'} sqlite3 ../ratings.db "insert or replace into albums (date, artist, album, rating) values ('$date', '$albumartist', '$album', '$rating')" -- cgit v1.2.3-24-g4f1b