⬆️ Upgrade Tautulli to v2.1.20 (#5)

* ⬆️ Upgrade Tautulli to version 2.1.20

* 🚑 Fixes wrong path in support patch
This commit is contained in:
Joakim Sørensen 2018-09-05 22:59:06 +02:00 committed by GitHub
parent bdbcfd239b
commit d1f022a9b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@ ARG BUILD_FROM=hassioaddons/base:2.1.2
FROM ${BUILD_FROM}
# Set env
ENV TAUTULLI_VERSION 'v2.1.18'
ENV TAUTULLI_VERSION 'v2.1.20'
# Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

View file

@ -8,4 +8,4 @@
patch /opt/data/interfaces/default/base.html /patches/buymeacoffe
# Adds add-on support information in the settings of Tautulli
patch /opt/data/interfaces/default/base.html /patches/support
patch /opt/data/interfaces/default/configuration_table.html /patches/support

View file

@ -8,4 +8,4 @@
+ <li><a href="https://buymeacoffee.com/ludeeus" target="_blank"><i class="fa fa-coffee"></i> Buy Me A Coffee :)</a></li>
<li role="separator" class="divider"></li>
% if plexpy.CONFIG.CHECK_GITHUB:
<li><a href="#" id="nav-update"><i class="fa fa-fw fa-arrow-circle-up"></i> Check for Updates</a></li>
<li><a href="#" id="nav-update"><i class="fa fa-fw fa-arrow-alt-circle-up"></i> Check for Updates</a></li>