Fiddle with some whitespace

This commit is contained in:
Adrian Sampson 2018-08-30 14:58:12 -04:00
parent dbfe19229d
commit eec5bfe73a
2 changed files with 3 additions and 3 deletions

View file

@ -72,9 +72,9 @@ class SubsonicUpdate(BeetsPlugin):
'u': user,
't': token.hexdigest(),
's': salt,
'v': '1.15.0', # Subsonic 6.1 and newer
'v': '1.15.0', # Subsonic 6.1 and newer.
'c': 'beets'
}
}
url = "http://{}:{}/rest/startScan".format(host, port)
response = requests.post(url, params=payload)

View file

@ -12,7 +12,7 @@ Then, you'll probably want to configure the specifics of your Subsonic server.
You can do that using a ``subsonic:`` section in your ``config.yaml``,
which looks like this::
subsonic:
subsonic:
host: X.X.X.X
port: 4040
user: username