diff options
Diffstat (limited to 'config.py')
| -rw-r--r-- | config.py | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -52,5 +52,10 @@ Spotify = conf.registerPlugin('Spotify') # conf.registerGlobalValue(Spotify, 'someConfigVariableName', # registry.Boolean(False, _("""Help for someConfigVariableName."""))) +conf.registerGlobalValue(Spotify, 'clientID', + registry.string('', """ Sets the ClientID obtainable from https://developer.spotify.com/""", private=True)) + +conf.registerGlobalValue(Spotify, 'clientSECRET', + registry.string('', """ Sets the ClientSECRET obtainable from https://developer.spotify.com/""", private=True)) # vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79: |
