mirror of
https://github.com/xhongc/music-tag-web.git
synced 2026-04-25 19:20:41 +08:00
feature:新增批量自动修改功能
This commit is contained in:
@@ -22,6 +22,9 @@ export default {
|
||||
batchUpdateId3: function(params) {
|
||||
return POST(reUrl + '/api/batch_update_id3/', params)
|
||||
},
|
||||
batchAutoUpdateId3: function(params) {
|
||||
return POST(reUrl + '/api/batch_auto_update_id3/', params)
|
||||
},
|
||||
fetchId3Title: function(params) {
|
||||
return POST(reUrl + '/api/fetch_id3_by_title/', params)
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user