feat: support xmltv trim flag (#68)

* feat: support xmltv trim flag

* fix: fix conditional
This commit is contained in:
taylorbourne
2021-10-30 21:09:34 -07:00
committed by GitHub
parent 22557a8d41
commit bddf03327c
5 changed files with 26 additions and 12 deletions

View File

@@ -77,7 +77,8 @@ ENV PUID=1000 \
embyPORT=8096 \
embyApiKey= \
embyID= \
use_plexAPI=no
use_plexAPI=no \
trim_xmltv=yes
# Expose Port
EXPOSE ${XTEVE_PORT}