mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-10 01:15:06 +02:00
Fixing range generation in series labels
This commit is contained in:
parent
eb463a2958
commit
0643116e9b
1 changed files with 1 additions and 1 deletions
|
@ -285,7 +285,7 @@ class LibraryController {
|
|||
lastRange.end = currentSequence
|
||||
}
|
||||
else {
|
||||
ranges.push({ start: currentSequence, end: currentSequence, isNumber: isNaN(currentSequence) })
|
||||
ranges.push({ start: currentSequence, end: currentSequence, isNumber: isNumber })
|
||||
}
|
||||
|
||||
return ranges
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue