We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19940bb commit e761085Copy full SHA for e761085
Sources/OTPKit/Components/Consumer.swift
@@ -701,7 +701,7 @@ final public class OTPConsumer: Component {
701
// get the producer index
702
guard let prodIndex = producers.firstIndex(where: { $0 == producer }) else { return }
703
704
- let systemNumberIndex = Int(systemNumber)
+ let systemNumberIndex = Int(systemNumber) - 1
705
706
// decide whether to store this folio/page
707
0 commit comments