mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-01-16 19:08:42 +01:00
Fixing range generation in series labels
This commit is contained in:
parent
eb463a2958
commit
0643116e9b
@ -285,7 +285,7 @@ class LibraryController {
|
|||||||
lastRange.end = currentSequence
|
lastRange.end = currentSequence
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
ranges.push({ start: currentSequence, end: currentSequence, isNumber: isNaN(currentSequence) })
|
ranges.push({ start: currentSequence, end: currentSequence, isNumber: isNumber })
|
||||||
}
|
}
|
||||||
|
|
||||||
return ranges
|
return ranges
|
||||||
|
Loading…
Reference in New Issue
Block a user