mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-09 13:39:47 -05:00
[web] Rename grouped list
This commit is contained in:
@@ -108,13 +108,12 @@ export function byDateSinceToday(field, defaultValue = '0000') {
|
||||
}
|
||||
}
|
||||
|
||||
export class GroupByList {
|
||||
export class GroupedList {
|
||||
constructor({ items = [], total = 0, offset = 0, limit = -1 } = {}) {
|
||||
this.items = items
|
||||
this.total = total
|
||||
this.offset = offset
|
||||
this.limit = limit
|
||||
|
||||
this.count = items.length
|
||||
this.indexList = []
|
||||
this.group(noop())
|
||||
Reference in New Issue
Block a user