fix(plexanisync) reference plex_sections correctly (#7527)
This commit is contained in:
parent
37ca4d535f
commit
6b7f45b2fb
|
@ -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
|
||||
|
|
|
@ -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 }}
|
||||
|
||||
|
|
Loading…
Reference in New Issue