mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-04-11 14:19:38 +00:00
Add drumsReviewed filter
This commit is contained in:
@@ -111,6 +111,13 @@ export function drumTypeDisplay(drumType: DrumTypeName | null) {
|
||||
case null: return 'Any Drum Type'
|
||||
}
|
||||
}
|
||||
export function drumsReviewedDisplay(drumsReviewed: boolean) {
|
||||
if (drumsReviewed) {
|
||||
return 'Quality Reviewed'
|
||||
} else {
|
||||
return 'Any Quality'
|
||||
}
|
||||
}
|
||||
export function instrumentToDiff(instrument: Instrument | 'vocals') {
|
||||
switch (instrument) {
|
||||
case 'guitar': return 'diff_guitar'
|
||||
|
||||
Reference in New Issue
Block a user