mirror of
https://github.com/beetbox/beets.git
synced 2026-01-04 23:12:51 +01:00
Fiddle with some whitespace
This commit is contained in:
parent
dbfe19229d
commit
eec5bfe73a
2 changed files with 3 additions and 3 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue