#71
pull/91/head
RandomNinjaAtk 2 years ago committed by GitHub
parent 412ac7c13d
commit ae1fa04560
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,7 +2,7 @@ FROM linuxserver/lidarr:amd64-develop
LABEL maintainer="RandomNinjaAtk" LABEL maintainer="RandomNinjaAtk"
ENV dockerTitle="lidarr-extended" ENV dockerTitle="lidarr-extended"
ENV dockerVersion="amd64-1.0.30" ENV dockerVersion="amd64-1.0.31"
ENV LANG=en_US.UTF-8 ENV LANG=en_US.UTF-8
ENV autoStart=true ENV autoStart=true
ENV configureLidarrWithOptimalSettings=false ENV configureLidarrWithOptimalSettings=false
@ -28,7 +28,7 @@ ENV youtubeSubtitleLanguage=en
ENV enableAudioScript=true ENV enableAudioScript=true
ENV enableVideoScript=true ENV enableVideoScript=true
ENV matchDistance=5 ENV matchDistance=5
ENV videoFormat="bestvideo+best+bestaudio --no-video-multistreams" ENV videoFormat="bestvideo+best+bestaudio"
RUN \ RUN \
echo "*** install packages ***" && \ echo "*** install packages ***" && \

Loading…
Cancel
Save