Configurable auth_url for user-defined auth frame

This commit is contained in:
James Barnsley
2017-06-12 08:34:21 +12:00
parent a9326d6841
commit 355c1490da
4 changed files with 21 additions and 15 deletions

View File

@ -194,7 +194,8 @@ class IrisCore(object):
config = {
"spotify_username": spotify_username,
"country": self.config['iris']['country'],
"locale": self.config['iris']['locale']
"locale": self.config['iris']['locale'],
"authorization_url": self.config['iris']['authorization_url']
}
return {
'config': config