add .view to endpoint

This commit is contained in:
vincent 2021-01-10 12:19:43 +01:00
parent cbc045f1c8
commit 0d5ad875d4

View file

@ -88,7 +88,7 @@ class SubsonicUpdate(BeetsPlugin):
context_path = ''
url = "http://{}:{}{}".format(host, port, context_path)
return url + '/rest/startScan'
return url + '/rest/startScan.view'
def start_scan(self):
user = config['subsonic']['user'].as_str()