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