mirror of
https://github.com/JuLi0n21/pwa-player.git
synced 2026-04-19 23:40:05 +00:00
var switch, fmt, npe fix
This commit is contained in:
@@ -223,7 +223,8 @@ func (q *Queries) SearchArtists(ctx context.Context, arg SearchArtistsParams) ([
|
||||
const searchBeatmaps = `-- name: SearchBeatmaps :many
|
||||
SELECT beatmapid, artist, artistunicode, title, titleunicode, creator, difficulty, audio, md5hash, file, rankedstatus, lastmodifiedtime, totaltime, audiopreviewtime, beatmapsetid, source, tags, lastplayed, folder
|
||||
FROM Beatmap
|
||||
WHERE Title LIKE ? OR Artist LIKE ?
|
||||
WHERE Title LIKE ? OR Artist LIKE ?
|
||||
GROUP BY Folder
|
||||
LIMIT ? OFFSET ?
|
||||
`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user