media: add support for legacy tvdb api (#16)

This commit is contained in:
l3uddz
2021-02-19 23:31:23 +00:00
committed by GitHub
parent 5b179ed8dc
commit e5bcb5b381
8 changed files with 160 additions and 7 deletions

7
media/tvdb/config.go Normal file
View File

@@ -0,0 +1,7 @@
package tvdb
type Config struct {
ApiKey string `yaml:"api_key"`
Verbosity string `yaml:"verbosity,omitempty"`
}