updated to use new ezconf

This commit is contained in:
2026-02-25 22:23:59 +11:00
parent 380e366891
commit bb6820f269
4 changed files with 10 additions and 33 deletions

View File

@@ -7,7 +7,7 @@ import (
type API struct {
*Config
token string // ENV TMDB_TOKEN: API token for TMDB (required)
token string `ezconf:"TMDB_TOKEN,description:API token for TMDB,required"`
}
func NewAPIConnection() (*API, error) {