mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-07 12:53:00 -05:00
[web-src] forced meta rescan
This commit is contained in:
committed by
ejurgensen
parent
e9c1a59ad2
commit
bf7c96d23f
@@ -56,6 +56,11 @@ var app = new Vue({
|
||||
axios.get('/api/update').then(console.log('Library is updating'));
|
||||
},
|
||||
|
||||
update_meta: function() {
|
||||
this.library.updating = true;
|
||||
axios.get('/api/update/meta').then(console.log('Library is rescanning meta'));
|
||||
},
|
||||
|
||||
kickoffPairing: function() {
|
||||
axios.post('/api/pairing', this.pairing_req).then(response => {
|
||||
console.log('Kicked off pairing');
|
||||
|
||||
Reference in New Issue
Block a user