fix:新增过滤instrumental音乐
This commit is contained in:
parent
af8cf21705
commit
cf5e4f56e7
@ -360,7 +360,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
function random() {
|
function random() {
|
||||||
$.post(localhost + "/nas/music/random.do", function (data) {
|
$.post(localhost + "/nas/music/random.do",{filter:$('#filter_instrumental')[0].checked}, function (data) {
|
||||||
let json = JSON.parse(data)
|
let json = JSON.parse(data)
|
||||||
if (json.code === 0) {
|
if (json.code === 0) {
|
||||||
playNow = json.data
|
playNow = json.data
|
||||||
|
Loading…
Reference in New Issue
Block a user