/artists: filter deleted artists from autocomplete.

This commit is contained in:
evazion
2017-03-30 00:12:11 -05:00
parent 7f2859eb00
commit 1a63fd6ac7

View File

@@ -54,6 +54,7 @@
url: "/artists.json",
data: {
"search[name]": "*" + req.term + "*",
"search[is_active]": true,
"limit": 10
},
method: "get",