mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 12:12:00 -06:00
Fix comment
This commit is contained in:
parent
7897da3baf
commit
acc6c63ebd
1 changed files with 1 additions and 1 deletions
|
|
@ -628,7 +628,7 @@ func (c *Crunchyroll) News(topLimit uint, latestLimit uint) (t []*News, l []*New
|
||||||
return t, l, nil
|
return t, l, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// Recommendations returns series and movie recommendations from crunchyroll based on your account within the given limit.
|
// Recommendations returns series and movie recommendations from crunchyroll based on the currently logged in account within the given limit.
|
||||||
func (c *Crunchyroll) Recommendations(limit uint) (s []*Series, m []*Movie, err error) {
|
func (c *Crunchyroll) Recommendations(limit uint) (s []*Series, m []*Movie, err error) {
|
||||||
recommendationsEndpoint := fmt.Sprintf("https://beta-api.crunchyroll.com/content/v1/%s/recommendations?n=%d&locale=%s",
|
recommendationsEndpoint := fmt.Sprintf("https://beta-api.crunchyroll.com/content/v1/%s/recommendations?n=%d&locale=%s",
|
||||||
c.Config.AccountID, limit, c.Locale)
|
c.Config.AccountID, limit, c.Locale)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue