We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b3ea28 commit b09a0ffCopy full SHA for b09a0ff
provider/tmdb.go
@@ -91,7 +91,7 @@ func (p *Tmdb) Init(mediaType MediaType, cfg *config.Provider) error {
91
92
// validate api key set
93
if p.cfg == nil || p.cfg.ApiKey == "" {
94
- return errors.New("provider requires an apikey to be configured")
+ return errors.New("provider requires an api_key to be configured")
95
}
96
97
// load genres
0 commit comments