diff --git a/amd64.dockerfile b/amd64.dockerfile index 7df1795..3398771 100644 --- a/amd64.dockerfile +++ b/amd64.dockerfile @@ -2,7 +2,7 @@ FROM linuxserver/lidarr:amd64-latest LABEL maintainer="RandomNinjaAtk" ENV dockerTitle="lidarr-extended" -ENV dockerVersion="amd64-1.0.24" +ENV dockerVersion="amd64-1.0.25" ENV LANG=en_US.UTF-8 ENV autoStart=true ENV configureLidarrWithOptimalSettings=false @@ -24,6 +24,8 @@ ENV enableReplaygainTags=true ENV downloadPath=/downloads-lidarr-extended ENV SMA_PATH /usr/local/sma ENV youtubeSubtitleLanguage=en +ENV enableAudioScript=true +ENV enableVideoScript=true RUN \ echo "*** install packages ***" && \