Added video.js player with VR support for trailers.

This commit is contained in:
DebaucheryLibrarian
2021-02-04 03:06:19 +01:00
parent 91ba916884
commit 98cae9270a
9 changed files with 2082 additions and 19 deletions

View File

@@ -34,7 +34,7 @@ exports.up = knex => Promise.resolve()
table.integer('quality', 6);
table.integer('width', 6);
table.integer('height', 6);
table.boolean('vr');
table.boolean('is_vr');
table.float('entropy');
table.float('sharpness');