From a72c46ea64fc83478831cbf27ce16885c87f813d Mon Sep 17 00:00:00 2001 From: Pratyush Desai Date: Tue, 3 Aug 2021 03:41:47 +0530 Subject: parity with old code base --- config.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config.py') diff --git a/config.py b/config.py index 9849129..c170fb9 100644 --- a/config.py +++ b/config.py @@ -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: -- cgit v1.2.3