1.0.0009 - bug fix for videos

pull/6/head
RandomNinjaAtk 2 years ago committed by GitHub
parent 618fc75c42
commit d285ab9698
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,7 +2,7 @@ FROM linuxserver/lidarr:amd64-nightly
LABEL maintainer="RandomNinjaAtk"
ENV dockerTitle="lidarr-extended"
ENV dockerVersion="1.0.0008"
ENV dockerVersion="1.0.0009"
ENV LANG=en_US.UTF-8
ENV autoStart=true
ENV configureLidarrWithOptimalSettings=false
@ -35,6 +35,7 @@ RUN \
echo "************ install python packages ************" && \
pip install \
yq \
aigpy \
r128gain \
pyacoustid \
deemix && \

Loading…
Cancel
Save