From ad7d7a592d7bbb894b8a96349656b35ed2239801 Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Mon, 15 Jun 2020 21:43:11 +0200 Subject: [PATCH] version bump 1.3.0 --> 1.3.1 --- kunst | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/kunst b/kunst index 33bb398..0f750eb 100755 --- a/kunst +++ b/kunst @@ -7,7 +7,7 @@ # Dependencies: sxiv, imagemagick, bash, ffmpeg, mpc, jq, mpd -VERSION=1.3.0 +VERSION=1.3.1 COVER=/tmp/kunst.jpg MUSIC_DIR=~/Music/ SIZE=250x250 @@ -173,8 +173,6 @@ find_album_art(){ update_cover() { find_album_art - - # Resize the image to 250x250 if [ "$ARTLESS" == false ]; then convert "$COVER" -resize "$SIZE" "$COVER" &> /dev/null [ ! "$SILENT" ] && echo "kunst: resized album art to $SIZE" @@ -210,7 +208,6 @@ main() { FIRST_RUN=true while true; do - update_cover if [ "$ARTLESS" == true ];then