diff --git a/routes/share.js b/routes/share.js index 25ce1cf..162bffc 100644 --- a/routes/share.js +++ b/routes/share.js @@ -15,8 +15,6 @@ var formatAndSort = function(matches, serviceId) { matches = Object.keys(matches).map(function (key) {return matches[key]}); matches.sort(function(a, b) { return a.id && !b.id; - }).sort(function(a, b) { - return b.type == "video"; }).sort(function(a, b) { return a.service != serviceId; });