1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

increased auto numeric max value

This commit is contained in:
Luke Pulverenti 2013-07-21 15:21:09 -04:00
parent d713240a1d
commit 1abd842248

View file

@ -847,7 +847,7 @@
* value must be enclosed in quotes and use the period for the decimal point
* value must be larger than vMin
*/
vMax: '999999999.99',
vMax: '999999999999.99',
/** minimum possible value
* value must be enclosed in quotes and use the period for the decimal point
* value must be smaller than vMax