diff options
| author | Pratyush Desai | 2021-08-03 03:41:47 +0530 |
|---|---|---|
| committer | Pratyush Desai | 2021-08-03 03:41:47 +0530 |
| commit | a72c46ea64fc83478831cbf27ce16885c87f813d (patch) | |
| tree | e5c6d93dbbf704a3966121cf53b901ba12dd9072 /config.py | |
| parent | a04d10e8fe285d443439ae81c305a92250e28176 (diff) | |
| download | spotify-a72c46ea64fc83478831cbf27ce16885c87f813d.tar.gz spotify-a72c46ea64fc83478831cbf27ce16885c87f813d.tar.bz2 spotify-a72c46ea64fc83478831cbf27ce16885c87f813d.zip | |
parity with old code base
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: |
