v1.0.143 - add tidal-dl

pull/16/head
RandomNinjaAtk 2 years ago committed by GitHub
parent 5a3bfdca82
commit d4e6216dda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -11,7 +11,7 @@ COPY --from=builder qemu-aarch64-static /usr/bin
LABEL maintainer="RandomNinjaAtk"
ENV dockerTitle="lidarr-extended"
ENV dockerVersion="1.0.142"
ENV dockerVersion="1.0.143"
ENV LANG=en_US.UTF-8
ENV autoStart=true
ENV configureLidarrWithOptimalSettings=false
@ -44,6 +44,7 @@ RUN \
pip3 install --upgrade \
yq \
pyacoustid \
tidal-dl \
deemix
# copy local files

Loading…
Cancel
Save