diff --git a/web-src/src/webapi/index.js b/web-src/src/webapi/index.js index 2ddf721d..4b41878f 100644 --- a/web-src/src/webapi/index.js +++ b/web-src/src/webapi/index.js @@ -21,7 +21,7 @@ export default { return axios.put('/api/update') }, - library_rescan() { + library_rescan () { return axios.put('/api/rescan') },