diff --git a/beetsplug/subsonicupdate.py b/beetsplug/subsonicupdate.py index e80b1e15a..57f3f7f6f 100644 --- a/beetsplug/subsonicupdate.py +++ b/beetsplug/subsonicupdate.py @@ -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) diff --git a/docs/plugins/subsonicupdate.rst b/docs/plugins/subsonicupdate.rst index 3637a1efd..0f5923c00 100644 --- a/docs/plugins/subsonicupdate.rst +++ b/docs/plugins/subsonicupdate.rst @@ -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