fix(plexanisync) reference plex_sections correctly (#7527)

This commit is contained in:
AllieQpzm 2023-02-24 07:26:43 +00:00 committed by GitHub
parent 37ca4d535f
commit 6b7f45b2fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ sources:
- https://github.com/RickDB/PlexAniSync
- https://github.com/RickDB/PlexAniSync/pkgs/container/plexanisync
type: application
version: 0.0.4
version: 0.0.5
annotations:
truecharts.org/catagories: |
- media

View File

@ -25,7 +25,7 @@ metadata:
stringData:
settings.ini: |
[PLEX]
anime_section = {{ join "|" $pas.plex_section }}
anime_section = {{ join "|" $pas.plex.plex_section }}
authentication_method = {{ $pas.plex.plex_auth_method }}