diff --git a/cli/commands/login/login.go b/cli/commands/login/login.go index eb1b4dc..20ceb6a 100644 --- a/cli/commands/login/login.go +++ b/cli/commands/login/login.go @@ -108,6 +108,7 @@ func loginCredentials(user, password string) error { func loginSessionID(sessionID string) error { utils.Log.Debug("Logging in via session id") + utils.Log.Warn("Logging in with session id is deprecated and not very reliable. Consider choosing another option (if it fails)") var c *crunchyroll.Crunchyroll var err error if c, err = crunchyroll.LoginWithSessionID(sessionID, utils.SystemLocale(false), utils.Client); err != nil {