Skip to content

Commit

Permalink
Fixed issue #28: We should use the Mosto.General.fps value in Animati…
Browse files Browse the repository at this point in the history
…ons frame rate
  • Loading branch information
lvidarte committed Jan 13, 2014
1 parent 9bd07ca commit 8294015
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions routes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ module.exports = function(server) {
remove(element.id);
element.type = 'animation';
element.options = req.body;
element.options.frameRate = mbc.config.Mosto.General.fps;
element.options.image = url.format({
protocol: req.protocol,
host: req.get('host'),
Expand Down

0 comments on commit 8294015

Please sign in to comment.