mirror of
https://github.com/jiojciojsioe3/a3cjroijsiojiorj.git
synced 2024-11-15 07:21:50 +08:00
fix maker filter
This commit is contained in:
parent
54f807a8d5
commit
9ceecd90d0
@ -3002,7 +3002,7 @@ class SongSelect{
|
||||
}
|
||||
break
|
||||
case "maker":
|
||||
if(song.maker && song.maker.toLowerCase().includes(value.toLowerCase())){
|
||||
if(song.maker && song.maker.name.toLowerCase().includes(value.toLowerCase())){
|
||||
passedFilters++
|
||||
}
|
||||
break
|
||||
|
Loading…
Reference in New Issue
Block a user