media: add support for legacy tvdb api (#16)
This commit is contained in:
@@ -3,11 +3,13 @@ package media
|
||||
import (
|
||||
"github.com/l3uddz/nabarr/media/omdb"
|
||||
"github.com/l3uddz/nabarr/media/trakt"
|
||||
"github.com/l3uddz/nabarr/media/tvdb"
|
||||
)
|
||||
|
||||
type Config struct {
|
||||
Trakt trakt.Config `yaml:"trakt"`
|
||||
Omdb omdb.Config `yaml:"omdb"`
|
||||
Tvdb tvdb.Config `yaml:"tvdb"`
|
||||
|
||||
Verbosity string `yaml:"verbosity,omitempty"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user