mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
Collect only public tracks
This commit is contained in:
parent
d38d449c28
commit
75174c34d0
@ -5,6 +5,7 @@ export default {
|
|||||||
model: Track,
|
model: Track,
|
||||||
query: (keywords) => {
|
query: (keywords) => {
|
||||||
return {
|
return {
|
||||||
|
public: true,
|
||||||
$or: [
|
$or: [
|
||||||
{
|
{
|
||||||
title: new RegExp(keywords, "i"),
|
title: new RegExp(keywords, "i"),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user