mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-07 12:53:00 -05:00
[web-src/jsonapi] endpoint GET /api/update/meta -> PUT /api/rescan
This commit is contained in:
committed by
ejurgensen
parent
bf7c96d23f
commit
8c024387ae
@@ -22,7 +22,7 @@ export default {
|
||||
},
|
||||
|
||||
library_update_meta () {
|
||||
return axios.get('/api/update/meta')
|
||||
return axios.put('/api/rescan')
|
||||
},
|
||||
|
||||
library_count (expression) {
|
||||
|
||||
Reference in New Issue
Block a user