mirror of
https://github.com/beetbox/beets.git
synced 2026-01-14 20:24:36 +01:00
add .view to endpoint
This commit is contained in:
parent
cbc045f1c8
commit
0d5ad875d4
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue