fix(sonarr): error message typo

This commit is contained in:
James Bayliss
2021-06-19 21:40:53 +01:00
parent 3044c96445
commit ce36c433fa

View File

@@ -94,7 +94,7 @@ func (c *Client) getLanguageProfileId(profileName string) (int, error) {
} }
} }
return 0, errors.New("language language not found") return 0, errors.New("language profile not found")
} }
func (c *Client) lookupMediaItem(item *media.Item) (*lookupRequest, error) { func (c *Client) lookupMediaItem(item *media.Item) (*lookupRequest, error) {