fix:新增过滤instrumental音乐

This commit is contained in:
Yutousama 2022-11-14 14:59:26 +08:00
parent af8cf21705
commit cf5e4f56e7

View File

@ -360,7 +360,7 @@
}
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)
if (json.code === 0) {
playNow = json.data