mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-14 08:15:02 -05:00
[web] Remove unused method
This commit is contained in:
parent
e07a02b027
commit
73daaa9cd7
@ -119,10 +119,6 @@ export class GroupedList {
|
|||||||
this.group(noop())
|
this.group(noop())
|
||||||
}
|
}
|
||||||
|
|
||||||
isEmpty() {
|
|
||||||
return !this.items || this.items.length <= 0
|
|
||||||
}
|
|
||||||
|
|
||||||
group(options, filterFns = []) {
|
group(options, filterFns = []) {
|
||||||
const itemsFiltered = filterFns
|
const itemsFiltered = filterFns
|
||||||
? this.items.filter((item) => filterFns.every((fn) => fn(item)))
|
? this.items.filter((item) => filterFns.every((fn) => fn(item)))
|
||||||
|
Loading…
Reference in New Issue
Block a user