mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-13 16:03:23 -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())
|
||||
}
|
||||
|
||||
isEmpty() {
|
||||
return !this.items || this.items.length <= 0
|
||||
}
|
||||
|
||||
group(options, filterFns = []) {
|
||||
const itemsFiltered = filterFns
|
||||
? this.items.filter((item) => filterFns.every((fn) => fn(item)))
|
||||
|
Loading…
Reference in New Issue
Block a user