mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-31 15:19:42 +02:00
Merge pull request #1121 from ruoti/add-series-ranges
Fixing range generation in series labels
This commit is contained in:
commit
5e50ac91ff
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue