Updated the library required by the discogs plugin.

This commit is contained in:
Chris Earley 2024-10-01 21:08:14 -05:00
parent 6921443a56
commit 6419b900b4
2 changed files with 4 additions and 2 deletions

View file

@ -93,13 +93,14 @@ RUN \
beautifulsoup4 \
beets-extrafiles \
beetcamp \
discogs-client \
python3-discogs-client \
flask \
PyGObject \
pyacoustid \
pylast \
requests \
requests_oauthlib \
typing-extensions \
unidecode && \
printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \
echo "**** cleanup ****" && \

View file

@ -93,13 +93,14 @@ RUN \
beautifulsoup4 \
beets-extrafiles \
beetcamp \
discogs-client \
python3-discogs-client \
flask \
PyGObject \
pyacoustid \
pylast \
requests \
requests_oauthlib \
typing-extensions \
unidecode && \
printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \
echo "**** cleanup ****" && \