mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 23:13:27 +02:00
Fix #813281 (upper limit change for series No. with Calibre 8.10)
This commit is contained in:
commit
58ce2642f0
1 changed files with 1 additions and 1 deletions
|
|
@ -240,7 +240,7 @@
|
|||
<string>Book </string>
|
||||
</property>
|
||||
<property name="maximum">
|
||||
<double>9999.989999999999782</double>
|
||||
<double>9999999999.99</double>
|
||||
</property>
|
||||
<property name="value">
|
||||
<double>1.000000000000000</double>
|
||||
|
|
|
|||
Loading…
Reference in a new issue