Merge branch 'develop'

* develop:
  only change type_name when authenticate user is supplied
pull/54/head
James 7 years ago
commit e634e9b72a

@ -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:

Loading…
Cancel
Save