From 20c04a0f73c98bd68a682bc74ccc9d41b7227115 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Tue, 21 Jun 2022 11:39:26 +0000 Subject: [PATCH] bug fix --- Dockerfile.amd64 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile.amd64 b/Dockerfile.amd64 index e47b432..61af0c8 100644 --- a/Dockerfile.amd64 +++ b/Dockerfile.amd64 @@ -2,7 +2,7 @@ FROM linuxserver/lidarr:amd64-nightly LABEL maintainer="RandomNinjaAtk" ENV dockerTitle="lidarr-extended" -ENV dockerVersion="1.0.0009" +ENV dockerVersion="1.0.0010" ENV LANG=en_US.UTF-8 ENV autoStart=true ENV configureLidarrWithOptimalSettings=false @@ -37,6 +37,7 @@ RUN \ yq \ aigpy \ r128gain \ + lyricsgenius \ pyacoustid \ deemix && \ echo "************ install tidal-dl ************" && \