Connecting to Snapcast TCP for requests; No monitoring of notifications yet
This commit is contained in:
@ -37,6 +37,9 @@ class Extension( ext.Extension ):
|
||||
schema['locale'] = config.String()
|
||||
schema['spotify_authorization_url'] = config.String()
|
||||
schema['lastfm_authorization_url'] = config.String()
|
||||
schema['snapcast_enabled'] = config.Boolean()
|
||||
schema['snapcast_host'] = config.String()
|
||||
schema['snapcast_port'] = config.Integer()
|
||||
return schema
|
||||
|
||||
def setup(self, registry):
|
||||
|
||||
Reference in New Issue
Block a user