Fix for google docs changing their video player:

This commit is contained in:
Calvin Montgomery 2014-08-06 20:12:57 -07:00
parent d94c596063
commit b7edfc31f9
6 changed files with 97 additions and 69 deletions

View file

@ -426,8 +426,7 @@ module.exports = {
var meta = JSON.stringify({
bitrate: media.meta.bitrate,
codec: media.meta.codec,
gpdirect: media.meta.gpdirect
codec: media.meta.codec
});
db.query("INSERT INTO `channel_libraries` " +