* develop: only change type_name when authenticate user is supplied
@ -67,6 +67,7 @@ class Trakt:
processed = []
if authenticate_user:
type_name = type_name.replace('{authenticate_user}', self._user_used_for_authentication(authenticate_user))
try: