mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-06-30 20:44:56 +02:00
Add:API endpoint to get continue listening items across all libraries for android auto
This commit is contained in:
parent
c5f91ec508
commit
9f200ece99
3 changed files with 37 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
|||
const { sort, createNewSortInstance } = require('../libs/fastSort')
|
||||
const { getTitleIgnorePrefix } = require('../utils/index')
|
||||
const Logger = require('../Logger')
|
||||
const naturalSort = createNewSortInstance({
|
||||
comparer: new Intl.Collator(undefined, { numeric: true, sensitivity: 'base' }).compare
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue