mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2024-12-20 19:06:06 +01:00
Merge pull request #1121 from ruoti/add-series-ranges
Fixing range generation in series labels
This commit is contained in:
commit
5e50ac91ff
@ -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