mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-07 12:53:00 -05:00
[htdocs/web-src/README] review comments fixes
This commit is contained in:
committed by
ejurgensen
parent
e0a18082f7
commit
19abbe5d5d
@@ -99,7 +99,7 @@ export default {
|
||||
},
|
||||
|
||||
update_meta: function () {
|
||||
webapi.library_update_meta()
|
||||
webapi.library_rescan()
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@ export default {
|
||||
return axios.put('/api/update')
|
||||
},
|
||||
|
||||
library_update_meta () {
|
||||
library_rescan() {
|
||||
return axios.put('/api/rescan')
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user