Browse Source

Merge pull request #5335 from peerster/update-trakt

Update trakt description
pull/5343/head
Ruud Burger 10 years ago
parent
commit
c64bb38743
  1. 3
      couchpotato/core/media/movie/providers/automation/trakt/__init__.py

3
couchpotato/core/media/movie/providers/automation/trakt/__init__.py

@ -28,7 +28,8 @@ config = [{
{
'name': 'automation_oauth_refresh',
'label': 'Refresh Token',
'description': 'Used to automatically refresh your oauth token every 3 months',
'description': ('Used to automatically refresh your oauth token every 3 months',
'To get a refresh token, reconnect with trakt'),
'advanced': 1
},
],

Loading…
Cancel
Save