[htdocs/web-src/README] review comments fixes

This commit is contained in:
whatdoineed2do/Ray
2019-07-09 12:46:17 +01:00
committed by ejurgensen
parent e0a18082f7
commit 19abbe5d5d
4 changed files with 4 additions and 5 deletions

View File

@@ -99,7 +99,7 @@ export default {
},
update_meta: function () {
webapi.library_update_meta()
webapi.library_rescan()
}
},

View File

@@ -21,7 +21,7 @@ export default {
return axios.put('/api/update')
},
library_update_meta () {
library_rescan() {
return axios.put('/api/rescan')
},