codem-transcode
Advanced tools
Comparing version 0.5.7 to 0.5.8
@@ -27,3 +27,4 @@ var os = require('os'), | ||
exports.freeSlots = function() { | ||
return config['slots'] - slots.length; | ||
var freeSlots = config['slots'] - slots.length; | ||
return Math.max(freeSlots, 0); | ||
} | ||
@@ -30,0 +31,0 @@ |
{ | ||
"name": "codem-transcode", | ||
"description": "Offline video transcoding using ffmpeg, with a small HTTP API.", | ||
"version": "0.5.7", | ||
"version": "0.5.8", | ||
"keywords": ["transcoding", "ffmpeg", "video"], | ||
@@ -6,0 +6,0 @@ "homepage": "http://www.transcodem.com/", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
63186
1083