Remove unused JELLYFIN_URL config

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
inputnoise
2026-05-25 20:25:08 +02:00
parent 7194ec45ec
commit a3b73fbf72
3 changed files with 1 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ class Settings(BaseSettings):
secret_key: str = "changeme-use-a-real-secret-in-production"
algorithm: str = "HS256"
access_token_expire_minutes: int = 60 * 24 * 7 # 1 week
jellyfin_url: str = ""
settings = Settings()