Ability to disable album art for playlists (#159)

This commit is contained in:
Simon J
2023-04-22 10:54:38 +10:00
committed by GitHub
parent 8111041551
commit f6fc7ab920
6 changed files with 57 additions and 26 deletions

View File

@@ -3,6 +3,7 @@ FROM node:16-bullseye
LABEL maintainer=simojenki
ENV JEST_TIMEOUT=60000
EXPOSE 4534
RUN apt-get update && \
apt-get -y upgrade && \