chore: filter to query
This commit is contained in:
parent
ed65bb8127
commit
ffea333d55
22 changed files with 24 additions and 73 deletions
|
@ -12,7 +12,7 @@ SELECT
|
|||
'name', a.name_string,
|
||||
'url', a.slug,
|
||||
'total_plays', a.total_plays
|
||||
))
|
||||
) ORDER BY a.total_plays DESC)
|
||||
FROM artists a
|
||||
WHERE a.genres = g.id
|
||||
) AS artists,
|
||||
|
|
Reference in a new issue