We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c881fb commit 5276d44Copy full SHA for 5276d44
internal/plex/client.go
@@ -66,7 +66,7 @@ func NewClient() (*Client, error) {
66
_, serverCfg, hasServer := cfg.GetActiveServer()
67
68
if token == "" {
69
- return nil, fmt.Errorf("plex token not found. please login with 'plexctl auth login' or set PLEXCTL_TOKEN")
+ return nil, fmt.Errorf("plex token not found. please login with 'plexctl login' or set PLEXCTL_TOKEN")
70
}
71
httpClient := &http.Client{
72
Transport: &loggingTransport{
0 commit comments