7
media/trakt/config.go
Normal file
7
media/trakt/config.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package trakt
|
||||
|
||||
type Config struct {
|
||||
ClientId string `yaml:"client_id"`
|
||||
|
||||
Verbosity string `yaml:"verbosity,omitempty"`
|
||||
}
|
||||
Reference in New Issue
Block a user