diff --git a/app/schemas/subscriptions/play.coffee b/app/schemas/subscriptions/play.coffee index 9ffedd3b6..5120ae2d5 100644 --- a/app/schemas/subscriptions/play.coffee +++ b/app/schemas/subscriptions/play.coffee @@ -38,8 +38,8 @@ module.exports = time: {type: 'number', minimum: 0} ratio: {type: 'number', minimum: 0, maximum: 1} ratioOffset: {type: 'number'} - frameOffset: {type: 'integer'} - scrubDuration: {type: 'integer', minimum: 0} + frameOffset: {type: 'number'} + scrubDuration: {type: 'number', minimum: 0} 'level:select-sprite': c.object {}, thangID: {type: ['string', 'null', 'undefined']}