fix(plexanisync): set a max char limit, as it seems the default is 1024

This commit is contained in:
Stavros Kois 2023-01-16 09:43:35 +02:00 committed by GitHub
parent f89fdcd745
commit c3206690fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -129,6 +129,7 @@ questions:
description: Your AniList.co token.
schema:
type: string
max_length: 2000
required: true
private: true
default: ""